|
Cheetah
|
Public Member Functions | |
| __construct ($iYear, $iMonth, &$oDb, &$oConfig, &$oTemplate) | |
| getEntriesNames () | |
Public Member Functions inherited from ChWsbTwigCalendar | |
| __construct ($iYear, $iMonth, &$oDb, &$oConfig) | |
| getData () | |
| getBaseUri () | |
| getBrowseUri () | |
| getMonthUrl ($isNextMoths, $isMiniMode=false) | |
| setBlockId ($iBlockID) | |
| setDynamicUrl ($s) | |
Public Member Functions inherited from ChTemplCalendar | |
| __construct ($iYear, $iMonth) | |
| __construct ($iYear, $iMonth) | |
| __construct ($iYear, $iMonth) | |
Public Member Functions inherited from ChBaseCalendar | |
| display ($isMiniMode=false) | |
Public Member Functions inherited from ChWsbCalendar | |
| _getWeekNames ($isMiniMode=false) | |
| _getCalendarGrid (&$aCalendarGrid) | |
| _getCalendar () | |
| getTitle () | |
| getUnit (&$aData) | |
Additional Inherited Members | |
Public Attributes inherited from ChWsbTwigCalendar | |
| $oDb | |
| $oConfig | |
Public Attributes inherited from ChWsbCalendar | |
| $iYear | |
| $iMonth | |
| $iPrevYear | |
| $iPrevMonth | |
| $iNextYear | |
| $iNextMonth | |
| $iFirstWeekDay | |
| $iNumDaysInMonth | |
| $sMonthName | |
| $iWeekStart | |
| $iWeekEnd | |
Definition at line 10 of file ChStoreCalendar.php.
| ChStoreCalendar::__construct | ( | $iYear, | |
| $iMonth, | |||
| & | $oDb, | ||
| & | $oConfig, | ||
| & | $oTemplate | ||
| ) |
Definition at line 12 of file ChStoreCalendar.php.
| ChStoreCalendar::getEntriesNames | ( | ) |
return entries names in single and plural forms, for example: ('event', 'events') or ('profile', 'profiles')
Reimplemented from ChWsbTwigCalendar.
Definition at line 17 of file ChStoreCalendar.php.