예제 #1
0
파일: view.php 프로젝트: dlasserre/uranium
 /**
  * @author Damien Lasserre <*****@*****.**>
  * @param controller $controller
  */
 public function __construct(controller $controller)
 {
     $this->_module = $controller->getModuleName();
     $this->_controller = $controller->getControllerName();
     $this->_action = $controller->getActionName();
     $this->_instance = $controller;
     $this->layout = new \stdClass();
 }