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.

概要

require_once 'MonthWeekdays.php';

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

説明

このパッケージに関する文書は、未作成です。

パラメータ

array $sDates

(optional) Calendar_Day objects representing selected dates

例外・エラー

throws no exceptions thrown

参照

see Calendar_Day_Base::isLast()

see Calendar_Day_Base::isFirst()

see Calendar_Day::isEmpty()

注意

この関数は、スタティックにコールする ことはできません。