コード例 #1
0
ファイル: Auth.class.php プロジェクト: phish108/PowerTLA
 /**
  * @method void initializeRun()
  */
 protected function initializeRun()
 {
     $this->log("enter initializeRun of Auth service ");
     // only real service requests are allowed no web-site interaction from other locations
     // Web-sites should use their backend!
     $this->forbidCORS();
     parent::initializeRun();
 }
コード例 #2
0
ファイル: Xapi.class.php プロジェクト: phish108/PowerTLA
 protected function initializeRun()
 {
     parent::initializeRun();
     $this->lrs = $this->VLE->getLRS();
 }
コード例 #3
0
ファイル: Profile.class.php プロジェクト: phish108/PowerTLA
 protected function initializeRun()
 {
     parent::initializeRun();
     $this->provider = $this->VLE->getIdentityProvider();
 }