|
ultimix
|
Public Member Functions | |
| __construct () | |
| add_meta_parameters (&$Options) | |
| direct_controller (&$Options) | |
| wrap_control_view (&$Options, $ControlView) | |
| direct_view (&$Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $Security = false | |
| $Trace = false | |
Class processes page's macro.
Definition at line 26 of file page_markup_utilities.php.
| __construct | ( | ) |
Constructor.
Definition at line 53 of file page_markup_utilities.php.
| add_meta_parameters | ( | & | $Options | ) |
Function adds meta parameters.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 85 of file page_markup_utilities.php.
| direct_controller | ( | & | $Options | ) |
Function calls component's controller.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 170 of file page_markup_utilities.php.
| direct_view | ( | & | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 276 of file page_markup_utilities.php.
| wrap_control_view | ( | & | $Options, |
| $ControlView | |||
| ) |
Wrapping control in it's own div.
| $Options | - Generation settings. |
| $ControlView | - Generated control. |
| Exception | - An exception of this type is thrown. |
Definition at line 223 of file page_markup_utilities.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 39 of file page_markup_utilities.php.
| $Security = false |
Definition at line 40 of file page_markup_utilities.php.
| $Trace = false |
Definition at line 41 of file page_markup_utilities.php.