Class awBudget

Description

Class representing budget for the campaign.

Located in /classes/cm/Budget.php

awComplexObject
   |
   --awBudget
Variable Summary
Variables
awMoney $amount

Amount of budget for corresponding period.

<span class="constraint InRange">This field must be greater than or equal to 1.0.</span> <span class="constraint Required">This field is required and should not be {@code null} when it is contained within Operators : ADD.</span>

string $deliveryMethod

Delivery method of the budget.

  • var: awBudget.BudgetDeliveryMethod
string $period

Period of budget (daily or monthly).

<span class="constraint Required">This field is required and should not be {@code null} when it is contained within Operators : ADD.</span>

  • var: awBudget.BudgetPeriod
mixed $_checkFields = array(
'amount' => array(
'objName' => 'awMoney',
'type' => 'obj'
),)
  • access: public

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Thu, 15 Apr 2010 19:06:11 +0300 by phpDocumentor 1.4.3