_options)) { return null; } return $this->_options[$name]; } final public function __set($name, $value): void { $this->_options[$name] = $value; } }