Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
Calendar_Month_Weeks::build
Вернуться к: Calendar
Calendar_Month_Weeks::build
Calendar_Month_Weeks::build() – Builds Calendar_Week objects for the Month. Note that Calendar_Week
Synopsis
require_once 'MonthWeeks.php';
boolean Calendar_Month_Weeks::build ( array $sDates = array() )
builds Calendar_Day object in tabular form (with Calendar_Day->empty)
Parameter
- array $sDates
-
(optional) Calendar_Week objects representing selected dates
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Calendar