Exemple #1
0
 public function __construct(&$id)
 {
     parent::__construct($id);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_member_user_Object', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }
Exemple #2
0
 /**
  * Enter Constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $unsets = array('actkey', 'pass', 'theme', 'umode', 'uorder', 'notify_mode');
     foreach ($unsets as $var) {
         unset($this->vars[$var]);
     }
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
 }