Calendar_Week::build

Calendar_Week::build() – Builds Calendar_Day objects for this Week

Synopsis

require_once 'Week.php';

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

Description

This package is not documented yet.

Parameter

array $sDates

(optional) Calendar_Day objects representing selected dates

Throws

throws no exceptions thrown

Note

This function can not be called statically.