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()])

Description

Implemented by Calendar subclasses

Parameter

array $sDates

containing Calendar objects to select (optional)

abstract

Note

This function can not be called statically.