Exemplo n.º 1
0
 /**
  * コンストラクタ。
  */
 function __construct()
 {
     parent::__construct();
     $this->_authOBJ = ComAuth::getInstance();
     $this->_authOBJ->setStorage(ComAuthMyStorage::getInstance());
 }