|
ultimix
|
Public Member Functions | |
| __construct () | |
| pre_generation ($Options) | |
| view (&$Options) | |
Data Fields | |
| $BlockSettings = false | |
| $CachedMultyFS = false | |
| $Security = false | |
| $TemplateContentAccess = false | |
| $String = false | |
Displaying template content.
Definition at line 26 of file template_content_view.php.
| __construct | ( | ) |
Constructor.
Definition at line 54 of file template_content_view.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 88 of file template_content_view.php.
| view | ( | & | $Options | ) |
View loads and returns content.
| $Options | - Name of the file with the template content. |
| Exception | An exception of this type is thrown. |
Definition at line 129 of file template_content_view.php.
| $BlockSettings = false |
Cached objects.
Definition at line 38 of file template_content_view.php.
| $CachedMultyFS = false |
Definition at line 39 of file template_content_view.php.
| $Security = false |
Definition at line 40 of file template_content_view.php.
| $String = false |
Definition at line 42 of file template_content_view.php.
| $TemplateContentAccess = false |
Definition at line 41 of file template_content_view.php.