Calendar::build
Calendar::build() – Abstract method for building the children of a calendar object.
Synopsis
require_once 'Calendar.php';
boolean Calendar::build (
array $sDates = array()
)
Описание
Implemented by Calendar subclasses
Parameter
-
array
$sDates
-
containing Calendar objects to select (optional)
abstract
Замечание
This function can not be called statically.