예제 #1
0
 /**
  * コンストラクタ。
  */
 function __construct()
 {
     parent::__construct();
     $this->_authOBJ = ComAuth::getInstance();
     $this->_authOBJ->setStorage(ComAuthMyStorage::getInstance());
 }
예제 #2
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
 }
예제 #3
0
파일: Auth.php 프로젝트: noriotakei/suraimu
 /**
  * コンストラクタ。
  */
 function __construct()
 {
     parent::__construct();
     $this->_authOBJ = ComAuth::getInstance();
 }