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

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

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

Свойство Тип Описание
$customFieldValues BaseCustomFieldValue[]
$id integer
$isArchived boolean
$lastModifiedDateTime DateTime
$name string
$notes string
$rateCardIds integer[]
$status tnsProductPackageStatus

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

Метод Описание
__construct ( $id = null, $name = null, $notes = null, $status = null, $isArchived = null, $rateCardIds = null, $customFieldValues = null, $lastModifiedDateTime = 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, $notes = null, $status = null, $isArchived = null, $rateCardIds = null, $customFieldValues = null, $lastModifiedDateTime = 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

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

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

public BaseCustomFieldValue[] $customFieldValues
Результат BaseCustomFieldValue[]

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

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

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

public bool $isArchived
Результат boolean

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

public DateTime $lastModifiedDateTime
Результат DateTime

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

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

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

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

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

public integer[] $rateCardIds
Результат integer[]

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

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