|
ultimix
|
Public Member Functions | |
| __construct () | |
| pre_generation (&$Options) | |
| get_templates () | |
| compile_header ($DisplayTime) | |
| get_toolbar ($DisplayTime) | |
| compile_calendar (&$Settings) | |
| view (&$Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $Security = false | |
Class displays calendar.
Definition at line 26 of file calendar.php.
| __construct | ( | ) |
Constructor.
Definition at line 52 of file calendar.php.
| compile_calendar | ( | & | $Settings | ) |
Calendar compilation.
| $Settings | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 513 of file calendar.php.
| compile_header | ( | $DisplayTime | ) |
Function compiles calendar header.
| $DisplayTime | - Time of the displaiing month. |
| Exception | - An exception of this type is thrown. |
Definition at line 265 of file calendar.php.
| get_templates | ( | ) |
Getting templates.
| Exception | - An exception of this type is thrown. |
Definition at line 115 of file calendar.php.
| get_toolbar | ( | $DisplayTime | ) |
Toolbar compilation.
| $DisplayTime | - Time of the displaiing month. |
| Exception | - An exception of this type is thrown. |
Definition at line 306 of file calendar.php.
| pre_generation | ( | & | $Options | ) |
Function executes before any page generating actions took place.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 83 of file calendar.php.
| view | ( | & | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 561 of file calendar.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 39 of file calendar.php.
| $Security = false |
Definition at line 40 of file calendar.php.