Calendar_Month::build

Calendar_Month::build() – その月の日付を表すため、 必要なだけ Calendar_Day オブジェクトを作成する

Synopsis

require_once 'Month.php';

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

Description

その月の日付を作成します。

Parameter

array $sDates

(オプション) 選択された日付を表す Calendar_Day オブジェクト。

Throws

例外はスローされません。

Note

This function can not be called statically.