Property | Type | Description | |
---|---|---|---|
$address | string | ||
$cellPhone | string | ||
$comment | string | ||
$companyId | integer | ||
string | |||
$faxPhone | string | ||
$id | integer | ||
$name | string | ||
$status | tnsContactStatus | ||
$title | string | ||
$workPhone | string |
Method | Description | |
---|---|---|
__construct ( $id = null, $name = null, $companyId = null, $status = null, $address = null, $cellPhone = null, $comment = null, $email = null, $faxPhone = null, $title = null, $workPhone = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $id = null, $name = null, $companyId = null, $status = null, $address = null, $cellPhone = null, $comment = null, $email = null, $faxPhone = null, $title = null, $workPhone = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |