|
ultimix
|
Public Member Functions | |
| __construct () | |
| redirect_using_map (&$Options) | |
| output_trace_if_necessary (&$PageComposer) | |
| page_permit_validation (&$Options) | |
| get_template_for_package ($PageDescription) | |
| translate_template_name (&$PageComposer, &$PageDescription) | |
Data Fields | |
| $Cache = false | |
| $CachedMultyFS = false | |
| $PageComposer = false | |
| $PageCSS = false | |
| $PageJS = false | |
| $Security = false | |
| $String = false | |
| $Tags = false | |
| $TemplateManager = false | |
| $Trace = false | |
Page composer utilities.
Definition at line 26 of file page_composer_utilities.php.
| __construct | ( | ) |
Constructor.
Definition at line 59 of file page_composer_utilities.php.
| get_template_for_package | ( | $PageDescription | ) |
Function gets template.
| $PageDescription | - Page description. |
| Exception | An exception of this type is thrown. |
Definition at line 231 of file page_composer_utilities.php.
| output_trace_if_necessary | ( | & | $PageComposer | ) |
Function outputs trace if necessary.
| $PageComposer | - Page composer. |
| Exception | An exception of this type is thrown. |
Definition at line 146 of file page_composer_utilities.php.
| page_permit_validation | ( | & | $Options | ) |
Validating permits.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 191 of file page_composer_utilities.php.
| redirect_using_map | ( | & | $Options | ) |
Redirect.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 97 of file page_composer_utilities.php.
| translate_template_name | ( | & | $PageComposer, |
| & | $PageDescription | ||
| ) |
Function loads template info.
| $PageComposer | - Page composer. |
| $PageDescription | - Page description. |
| Exception | An exception of this type is thrown. |
Definition at line 272 of file page_composer_utilities.php.
| $Cache = false |
Cached object.
Definition at line 38 of file page_composer_utilities.php.
| $CachedMultyFS = false |
Definition at line 39 of file page_composer_utilities.php.
| $PageComposer = false |
Definition at line 40 of file page_composer_utilities.php.
| $PageCSS = false |
Definition at line 41 of file page_composer_utilities.php.
| $PageJS = false |
Definition at line 42 of file page_composer_utilities.php.
| $Security = false |
Definition at line 43 of file page_composer_utilities.php.
| $String = false |
Definition at line 44 of file page_composer_utilities.php.
| $Tags = false |
Definition at line 45 of file page_composer_utilities.php.
| $TemplateManager = false |
Definition at line 46 of file page_composer_utilities.php.
| $Trace = false |
Definition at line 47 of file page_composer_utilities.php.