Exemple #1
0
 /**
  * constructor
  *
  */
 public function __construct(&$db)
 {
     parent::__construct($db);
     $this->_uHandler = new icms_member_user_Handler($db);
 }
Exemple #2
0
 public function __construct(&$db)
 {
     parent::__construct($db);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_member_Handler', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }