コード例 #1
0
ファイル: AdmAuth.php プロジェクト: noriotakei/suraimu
 /**
  * コンストラクタ。
  */
 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();
 }