options = $options; return $this; } public function get_props(): array { return [ 'options' => $this->options, ]; } }