コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->requireAuthentication();
     $this->positionAcc = new \TMT\accessor\Position();
     $this->areaAcc = new \TMT\accessor\AreaAccessor();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->url = getEnv('GUIDURL');
     if ($this->url == "") {
         $this->url = "http://tmt-guid.byu.edu";
     }
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->url = getEnv('PERMISSIONSURL');
 }
コード例 #4
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->requireAuthentication();
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->url = getEnv('RESOURCESURL');
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->requireAuthentication();
     $this->mimAcc = new \TMT\accessor\MimAccessor();
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->mimAcc = new \TMT\accessor\MimAccessor();
     $this->areaAcc = new \TMT\accessor\AreaAccessor();
 }