url = $url; $this->options = $options; } public function getUrl(): string { return $this->url; } /** @return string[] */ public function getOptions(): array { return $this->options; } }