Calendar::build()
Calendar::build() -- Abstract method for building the children of a calendar object.
概要
require_once 'Calendar.php'; |
boolean Calendar::build ([array $sDates = array()])
説明
Implemented by Calendar subclasses
パラメータ
- array
$sDates
containing Calendar objects to select (optional)
abstract
注意
この関数は、スタティックにコールする
ことはできません。