示例#1
0
 /**
  * __construct
  *
  * @param string $name
  * @param array $params
  */
 public function __construct($name, array $params = null)
 {
     $this->_name = $name;
     parent::__construct($params);
 }
示例#2
0
文件: view.php 项目: TheShockTop/dirp
 /**
  * __construct
  *
  * @param string $path
  * @param array $params
  */
 public function __construct($path, array $params = null)
 {
     $this->_path = $path;
     parent::__construct($params);
 }