boolean build(
[array
$sDates = array()])
|
|
Builds Day objects for this Month. Creates as many Calendar_Day objects
as there are days in the month
Overridden in child classes as:
- Calendar_Month_Weekdays::build()
- Builds Day objects in tabular form, to allow display of calendar month with empty cells if the first day of the week does not fall on the first day of the month.
- Calendar_Month_Weeks::build()
- Builds Calendar_Week objects for the Month. Note that Calendar_Week
Overrides
Calendar::build() (Abstract method for building the children of a calendar object.)
Parameters: