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

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

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

Свойство Тип Описание
$amount Money
$budgetId integer
$deliveryMethod tnsBudgetBudgetDeliveryMethod
$isExplicitlyShared boolean
$name string
$referenceCount integer
$status tnsBudgetBudgetStatus

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

Метод Описание
__construct ( $budgetId = null, $name = null, $amount = null, $deliveryMethod = null, $referenceCount = null, $isExplicitlyShared = null, $status = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $budgetId = null, $name = null, $amount = null, $deliveryMethod = null, $referenceCount = null, $isExplicitlyShared = null, $status = 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

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

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

public Money $amount
Результат Money

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

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

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

public tnsBudgetBudgetDeliveryMethod $deliveryMethod
Результат tnsBudgetBudgetDeliveryMethod

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

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

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

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

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

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

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

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