Calendar_Month::build()
Calendar_Month::build() -- Builds Day objects for this Month. Creates as many Calendar_Day objects
概要
require_once 'Month.php'; |
boolean Calendar_Month::build ([array $sDates = array()])
説明
as there are days in the month
パラメータ
- array
$sDates
(optional) Calendar_Day objects representing selected dates
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。