_options = $options; } protected function _onPreRender(View &$view) { parent::_onPreRender($view); $view->options = $this->_options; } }