PHP Class Budget, googleads-php-lib

Inheritance: extends Eloquent
Afficher le fichier Open project: googleads/googleads-php-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$amount Money
$budgetId integer
$deliveryMethod tnsBudgetBudgetDeliveryMethod
$isExplicitlyShared boolean
$name string
$referenceCount integer
$status tnsBudgetBudgetStatus

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

public __construct ( $budgetId = null, $name = null, $amount = null, $deliveryMethod = null, $referenceCount = null, $isExplicitlyShared = null, $status = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$amount public_oe property

public Money $amount
Résultat Money

$budgetId public_oe property

public int $budgetId
Résultat integer

$deliveryMethod public_oe property

public tnsBudgetBudgetDeliveryMethod $deliveryMethod
Résultat tnsBudgetBudgetDeliveryMethod

$isExplicitlyShared public_oe property

public bool $isExplicitlyShared
Résultat boolean

$name public_oe property

public string $name
Résultat string

$referenceCount public_oe property

public int $referenceCount
Résultat integer

$status public_oe property

public tnsBudgetBudgetStatus $status
Résultat tnsBudgetBudgetStatus