Example #1
0
 protected function __construct()
 {
     parent::__construct();
     $this->model = new Model();
 }
Example #2
0
File: API.php Project: bnkems/piwik
 public function __construct()
 {
     parent::__construct();
     //instantiate a new user model
     $this->userManagerModel = new UserManagerModel();
 }