Exemplo n.º 1
0
Arquivo: view.php Projeto: pnixx/boot
 /**
  * Стартуем
  * @throws Exception
  * @return string
  */
 public function run()
 {
     return $this->_render(Boot_Controller::getViewName(), (array) Boot_Controller::getInstance()->view);
 }
Exemplo n.º 2
0
 /**
  * @static
  * @return null
  */
 public function getViewName()
 {
     return Boot_Controller::getViewName();
 }