settings['license'] ?? ''; } public function getRestType(): string { return $this->settings['restType'] ?? ''; } public function getRestMode(): string { return $this->settings['restMode'] ?? ''; } public function getRestLimit(): string { return $this->settings['restLimit'] ?? ''; } public function getRestTemplate(): string { return $this->settings['restTemplate'] ?? ''; } public function getRestUrl(): string { return $this->settings['restUrl'] ?? ''; } }