public function __construct($data = array())
 {
     $this->properties = array('userid' => null, 'groupid' => null, 'trialuser' => '0', 'username' => null, 'password' => null, 'status' => '0', 'admintype' => 'c', 'listadmintype' => 'c', 'templateadmintype' => 'c', 'segmentadmintype' => 'c', 'fullname' => null, 'emailaddress' => null, 'settings' => null, 'editownsettings' => '0', 'usertimezone' => null, 'textfooter' => null, 'htmlfooter' => null, 'infotips' => '0', 'smtpserver' => null, 'smtpusername' => null, 'smtppassword' => null, 'smtpport' => 0, 'createdate' => 0, 'lastloggedin' => 0, 'forgotpasscode' => null, 'usewysiwyg' => '1', 'xmlapi' => '0', 'xmltoken' => null, 'gettingstarted' => 0, 'googlecalendarusername' => null, 'googlecalendarpassword' => null, 'user_language' => 'default', 'unique_token' => null, 'enableactivitylog' => '1', 'eventactivitytype' => null, 'forcedoubleoptin' => '0', 'credit_warning_time' => null, 'credit_warning_percentage' => null, 'credit_warning_fixed' => null, 'adminnotify_email' => null, 'adminnotify_send_flag' => '0', 'adminnotify_send_threshold' => null, 'adminnotify_send_emailtext' => null, 'adminnotify_import_flag' => '0', 'adminnotify_import_threshold' => null, 'adminnotify_import_emailtext' => null);
     parent::__construct($data);
 }
Beispiel #2
0
 public function __construct($data = array())
 {
     $this->properties = array('groupid' => null, 'groupname' => '', 'createdate' => null, 'limit_list' => 0, 'limit_hourlyemailsrate' => 0, 'limit_emailspermonth' => 0, 'limit_totalemailslimit' => 0, 'forcedoubleoptin' => '0', 'forcespamcheck' => '0', 'systemadmin' => '0', 'listadmin' => '0', 'segmentadmin' => '0', 'templateadmin' => '0');
     parent::__construct($data);
 }