Ejemplo n.º 1
0
 /**
  * __construct
  *
  * @param string $name
  * @param array $params
  */
 public function __construct($name, array $params = null)
 {
     $this->_name = $name;
     parent::__construct($params);
 }
Ejemplo n.º 2
0
 /**
  * __construct
  *
  * @param string $path
  * @param array $params
  */
 public function __construct($path, array $params = null)
 {
     $this->_path = $path;
     parent::__construct($params);
 }