-
Notifications
You must be signed in to change notification settings - Fork 35
icms_view_Tpl
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Template engine
- Class name: icms_view_Tpl
- Namespace:
- Parent class: Smarty
public mixed $left_delimiter = <{
- Visibility: public
public mixed $right_delimiter = }>
- Visibility: public
public mixed $template_dir = \ICMS_THEME_PATH
- Visibility: public
public mixed $cache_dir = \ICMS_CACHE_PATH
- Visibility: public
public mixed $compile_dir = \ICMS_COMPILE_PATH
- Visibility: public
mixed icms_view_Tpl::__construct()
- Visibility: public
string icms_view_Tpl::fetchFromData(mixed tplSource, bool display, mixed vars)
Renders output from template data
- Visibility: public
- tplSource mixed
- display bool - <p>If rendered text should be output or returned</p>
- vars mixed
string icms_view_Tpl::touch(mixed resourceName)
Touch the resource (file) which means get it to recompile the resource
- Visibility: public
- resourceName mixed
bool icms_view_Tpl::template_touch(string tpl_id)
Touch template by id
- Visibility: public
- This method is static.
- tpl_id string
mixed icms_view_Tpl::template_clear_module_cache(int mid)
Clear the module cache
- Visibility: public
- This method is static.
- mid int - <p>Module ID</p>