__construct() public method

public __construct ( $id = null, $name = null, $companyId = null, $status = null, $address = null, $cellPhone = null, $comment = null, $email = null, $faxPhone = null, $title = null, $workPhone = null )
Esempio n. 1
0
 function __construct(sqlConnect $conx = NULL, $table_name = "")
 {
     parent::__construct($conx, $table_name);
     if (RADRIA_LOG_RUN_OFUZ) {
         $this->setLogRun(OFUZ_LOG_RUN_PLUGIN_MARKETING);
     }
     $this->setLog("\n ContactMailing Object instantiated");
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->_struct = "\n        {\n            'rostername' : \n                {'type':'string', 'size':128 },\n            'rosterask' : \n                {'type':'string', 'size':128 },\n            'rostersubscription' : \n                {'type':'string', 'size':8 },\n            'groupname' : \n                {'type':'string', 'size':128 },\n            'resource' : \n                {'type':'string', 'size':128, 'key':true },\n            'value' : \n                {'type':'int',    'size':11, 'mandatory':true },\n            'chaton' : \n                {'type':'int',    'size':11 },\n            'status' : \n                {'type':'text'},\n            'node' : \n                {'type':'string', 'size':128 },\n            'ver' : \n                {'type':'string', 'size':128 },\n            'delay' : \n                {'type':'date'},\n            'last' : \n                {'type':'int',    'size':11 },\n            'publickey' : \n                {'type':'text'},\n            'muc' : \n                {'type':'int',    'size':1 },\n            'mucaffiliation' : \n                {'type':'string', 'size':32 },\n            'mucrole' : \n                {'type':'string', 'size':32 }\n        }";
 }
 function __construct($input)
 {
     $this->non_serial_properties[] = 'reason';
     parent::__construct($input);
 }
Esempio n. 4
0
 function __construct($sIdNumero)
 {
     parent::__construct('external', $sIdNumero);
 }
 public function __construct($source)
 {
     parent::__construct($source);
     $this->city = trim($source->location->city);
     $this->state = trim($source->location->state);
 }
Esempio n. 6
0
 function __construct()
 {
     parent::__construct();
 }