public function __construct() { parent::__construct(); $this->requireAuthentication(); $this->positionAcc = new \TMT\accessor\Position(); $this->areaAcc = new \TMT\accessor\AreaAccessor(); }
public function __construct() { parent::__construct(); $this->url = getEnv('GUIDURL'); if ($this->url == "") { $this->url = "http://tmt-guid.byu.edu"; } }
public function __construct() { parent::__construct(); $this->url = getEnv('PERMISSIONSURL'); }
/** * Constructor */ public function __construct() { parent::__construct(); $this->requireAuthentication(); }
public function __construct() { parent::__construct(); $this->url = getEnv('RESOURCESURL'); }
public function __construct() { parent::__construct(); $this->requireAuthentication(); $this->mimAcc = new \TMT\accessor\MimAccessor(); }
public function __construct() { parent::__construct(); $this->mimAcc = new \TMT\accessor\MimAccessor(); $this->areaAcc = new \TMT\accessor\AreaAccessor(); }