コード例 #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $_POST['username'] = $_GET['ext_uid'];
     $_POST['password'] = $_GET['soap_pw'];
     parent::__construct();
     $this->initClient();
 }
コード例 #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct($options);
 }
コード例 #3
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->initCAS();
 }
コード例 #4
0
 /**
  * Constructor
  *
  * @access public
  * @param
  * 
  */
 public function __construct($a_params = array())
 {
     parent::__construct($a_params);
     $this->initECSServices();
     $this->log = $GLOBALS['ilLog'];
 }
コード例 #5
0
 /**
  * Constructor
  * @return 
  */
 public function __construct()
 {
     parent::__construct();
     include_once './Services/Database/classes/class.ilAuthContainerMDB2.php';
     $this->current_container = new ilAuthContainerMDB2();
 }
コード例 #6
0
 /**
  * Constructor
  * @return 
  */
 public function __construct()
 {
     parent::__construct();
     $this->initSettings();
 }