Class awAdScheduleTarget

Description

Immutable structure to hold an ad schedule target.

Located in /classes/cm/AdScheduleTarget.php

awComplexObject
   |
   --awTarget
      |
      --awAdScheduleTarget
Variable Summary
 string $dayOfWeek
 int $endHour
 string $endMinute
 string $startMinute
Method Summary
 void getRow ()
Variables
double $bidMultiplier

Multiplying factor for bids during this specified time interval.

string $dayOfWeek

Day of the week the schedule applies to.

<span class="constraint Required">This field is required and should not be {@code null}.</span>

  • var: awDayOfWeek
int $endHour

Ending hour in 24 hour time (0..24);

  1. 24
signifies end of the day.

<span class="constraint InRange">This field must be between 0.0 and 24.0, inclusive.</span>

string $endMinute

Interval ends these minutes after the ending hour.

<span class="constraint Required">This field is required and should not be {@code null}.</span>

  • var: awMinuteOfHour
int $startHour

Starting hour in 24 hour time (0..23).

<span class="constraint InRange">This field must be between 0.0 and 23.0, inclusive.</span>

string $startMinute

Interval starts these minutes after the starting hour.

<span class="constraint Required">This field is required and should not be {@code null}.</span>

  • var: awMinuteOfHour

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

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