|
ultimix
|
Public Member Functions | |
| __construct () | |
| compile_textarea (&$Settings, $Data) | |
| get_select_data (&$Settings) | |
| compile_select (&$Settings) | |
| compile_year_list (&$Settings) | |
Data Fields | |
| $CachedMultyFS = false | |
| $Database = false | |
| $Security = false | |
| $String = false | |
Class processes controls macro.
Definition at line 26 of file controls_markup.php.
| __construct | ( | ) |
Constructor.
Definition at line 54 of file controls_markup.php.
| compile_select | ( | & | $Settings | ) |
Function compiles macro 'select'.
| $Settings | - Compilation parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 278 of file controls_markup.php.
| compile_textarea | ( | & | $Settings, |
| $Data | |||
| ) |
Function compiles macro 'textarea'.
| $Settings | - Parameters. |
| $Data | - Block content. |
| Exception | - An exception of this type is thrown. |
Definition at line 127 of file controls_markup.php.
| compile_year_list | ( | & | $Settings | ) |
Function compiles macro 'year_list'.
| $Settings | - Parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 326 of file controls_markup.php.
| get_select_data | ( | & | $Settings | ) |
Function fetches data for select.
| $Settings | - Select settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 170 of file controls_markup.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 39 of file controls_markup.php.
| $Database = false |
Definition at line 40 of file controls_markup.php.
| $Security = false |
Definition at line 41 of file controls_markup.php.
| $String = false |
Definition at line 42 of file controls_markup.php.