コード例 #1
0
ファイル: auth.php プロジェクト: nao-pon/impresscms
 public function __construct()
 {
     parent::__construct();
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_auth_Object', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }
コード例 #2
0
ファイル: Openid.php プロジェクト: nao-pon/impresscms
 /**
  * Authentication Service constructor
  */
 public function __construct(&$dao)
 {
     parent::__construct($dao);
     $this->auth_method = 'openid';
 }