Calendar_Month_Weekdays::build()

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.

Synopsis

require_once 'MonthWeekdays.php';

boolean Calendar_Month_Weekdays::build ([array $sDates = array()])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

array $sDates

(optional) Calendar_Day objects representing selected dates

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see Calendar_Day_Base::isLast()

see Calendar_Day_Base::isFirst()

see Calendar_Day::isEmpty()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.