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

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

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

Свойство Тип Описание
$email string
$id integer
$name string
$preferredLocale string
$roleId integer
$roleName string

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

Метод Описание
__construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null )
__construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null, $preferredLocale = 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, $email = null, $roleId = null, $roleName = null )

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

public __construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null, $preferredLocale = 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

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

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

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

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

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

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

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

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

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

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

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

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

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