예제 #1
0
파일: Ads.php 프로젝트: nao-pon/impresscms
 /**
  * Authentication Service constructor
  */
 public function __construct(&$dao)
 {
     parent::__construct($dao);
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_auth_Ldap', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }