PHP Класс Contact, googleads-php-lib

Наследование: extends Eloquent
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$address string
$cellPhone string
$comment string
$companyId integer
$email string
$faxPhone string
$id integer
$name string
$status tnsContactStatus
$title string
$workPhone string

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

public __construct ( $id = null, $name = null, $companyId = null, $status = null, $address = null, $cellPhone = null, $comment = null, $email = null, $faxPhone = null, $title = null, $workPhone = null )

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный Метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$address публичное свойство

public string $address
Результат string

$cellPhone публичное свойство

public string $cellPhone
Результат string

$comment публичное свойство

public string $comment
Результат string

$companyId публичное свойство

public int $companyId
Результат integer

$email публичное свойство

public string $email
Результат string

$faxPhone публичное свойство

public string $faxPhone
Результат string

$id публичное свойство

public int $id
Результат integer

$name публичное свойство

public string $name
Результат string

$status публичное свойство

public tnsContactStatus $status
Результат tnsContactStatus

$title публичное свойство

public string $title
Результат string

$workPhone публичное свойство

public string $workPhone
Результат string