Esempio n. 1
0
 /**
  * 
  * @param string $path
  * @param array $params
  */
 public function __construct($path, $params = null)
 {
     parent::__construct($path, $params);
     $this->append = isset($params[self::PARAM_APPEND]) ? $params[self::PARAM_APPEND] : false;
 }
Esempio n. 2
0
 /**
  * 
  * @param string $path
  * @param array $params
  */
 public function __construct($path, $params = null)
 {
     parent::__construct($path, $params);
 }