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