예제 #1
0
 public function __construct($params = NULL, \Stream\App $app = NULL)
 {
     parent::__construct($params, $app);
     $this->params = $params;
 }
예제 #2
0
파일: Api.php 프로젝트: ruslanas/stream
 public function __construct($params = NULL, $app = NULL)
 {
     parent::__construct($params, $app);
     $this->model = new model\Task(\Stream\App::getConnection());
 }