/** * Стартуем * @throws Exception * @return string */ public function run() { return $this->_render(Boot_Controller::getViewName(), (array) Boot_Controller::getInstance()->view); }
/** * @static * @return null */ public function getViewName() { return Boot_Controller::getViewName(); }