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