예제 #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
 /**
  * Authentication Service constructor
  */
 public function __construct(&$dao)
 {
     parent::__construct($dao);
     $this->auth_method = 'openid';
 }