options = $options; } /** * Retrieve the options * * @return array */ public function getOptions(): array { return $this->options; } }