|
ultimix
|
Public Member Functions | |
| register_template ($TemplateName, $TemplateVersion) | |
| get_template_list () | |
| draw_template_list () | |
| get_default_template_name () | |
| get_default_admin_template_name () | |
| get_default_template_version () | |
| get_template ($TemplateName, $TemplateVersion) | |
| get_template_path ($TemplateName, $TemplateVersion) | |
Class for manipulating objects.
Definition at line 26 of file template_manager.php.
| draw_template_list | ( | ) |
Function draws list of templates.
| Exception | - An exception of this type is thrown. |
Definition at line 190 of file template_manager.php.
| get_default_admin_template_name | ( | ) |
Function returns name of the default admin template.
| Exception | - An exception of this type is thrown. |
Definition at line 262 of file template_manager.php.
| get_default_template_name | ( | ) |
Function returns name of the default template.
| Exception | - An exception of this type is thrown. |
Definition at line 225 of file template_manager.php.
| get_default_template_version | ( | ) |
Function returns version of the default template.
| Exception | - An exception of this type is thrown. |
Definition at line 299 of file template_manager.php.
| get_template | ( | $TemplateName, | |
| $TemplateVersion | |||
| ) |
Function returns template package.
| $TemplateName | - name of the template. |
| $TemplateVersion | - version of the loading template. |
| Exception | - An exception of this type is thrown. |
Definition at line 345 of file template_manager.php.
| get_template_list | ( | ) |
Function returns a list of templates.
| Exception | - An exception of this type is thrown. |
Definition at line 95 of file template_manager.php.
| get_template_path | ( | $TemplateName, | |
| $TemplateVersion | |||
| ) |
Function returns path to the template package.
| $TemplateName | - name of the template. |
| $TemplateVersion | - version of the loading template. |
| Exception | - An exception of this type is thrown. |
Definition at line 397 of file template_manager.php.
| register_template | ( | $TemplateName, | |
| $TemplateVersion | |||
| ) |
Function registers new template.
| $TemplateName | - template name. |
| $TemplateVersion | - template version. |
| Exception | - An exception of this type is thrown. |
Definition at line 50 of file template_manager.php.