PHP Class Budget, googleads-php-lib

Inheritance: extends Eloquent
显示文件 Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$amount Money
$budgetId integer
$deliveryMethod tnsBudgetBudgetDeliveryMethod
$isExplicitlyShared boolean
$name string
$referenceCount integer
$status tnsBudgetBudgetStatus

Public Methods

Method 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 method

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

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$amount public_oe property

public Money $amount
return Money

$budgetId public_oe property

public int $budgetId
return integer

$deliveryMethod public_oe property

public tnsBudgetBudgetDeliveryMethod $deliveryMethod
return tnsBudgetBudgetDeliveryMethod

$isExplicitlyShared public_oe property

public bool $isExplicitlyShared
return boolean

$name public_oe property

public string $name
return string

$referenceCount public_oe property

public int $referenceCount
return integer

$status public_oe property

public tnsBudgetBudgetStatus $status
return tnsBudgetBudgetStatus