示例#1
0
 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';
 }