예제 #1
0
파일: API.php 프로젝트: brienomatty/elmsln
 protected function __construct()
 {
     parent::__construct();
     $this->model = new Model();
 }
예제 #2
0
파일: API.php 프로젝트: bnkems/piwik
 public function __construct()
 {
     parent::__construct();
     //instantiate a new user model
     $this->userManagerModel = new UserManagerModel();
 }