Calendar_Month::build()

Calendar_Month::build() -- Builds Day objects for this Month. Creates as many Calendar_Day objects

Synopsis

require_once 'Month.php';

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

Beschreibung

as there are days in the month

Parameter

array $sDates

(optional) Calendar_Day objects representing selected dates

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.