-
Notifications
You must be signed in to change notification settings - Fork 35
icms_view_template_file_Object
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!
Base class for all templates
- Class name: icms_view_template_file_Object
- Namespace:
- Parent class: icms_ipf_Object
public mixed $tpl_source = \false
- Visibility: public
public int tpl_id
Template ID
- Visibility: public
public int tpl_refid
- Visibility: public
public string tpl_tplset
Template set
- Visibility: public
public string tpl_file
Template filename
- Visibility: public
public string tpl_desc
Description
- Visibility: public
public int tpl_lastmodified
When it was last modified?
- Visibility: public
public int tpl_lastimported
When it was last imported?
- Visibility: public
public string tpl_module
Module
- Visibility: public
public string tpl_type
Type
- Visibility: public
mixed icms_view_template_file_Object::__construct(mixed handler, mixed data)
constructor
- Visibility: public
- handler mixed
- data mixed
mixed icms_view_template_file_Object::getSource()
Gets Template Source
- Visibility: public
mixed icms_view_template_file_Object::getVar(mixed name, mixed format)
- Visibility: public
- name mixed
- format mixed
mixed icms_view_template_file_Object::assignVar(mixed name, mixed value)
- Visibility: public
- name mixed
- value mixed
mixed icms_view_template_file_Object::setVar(mixed name, mixed value, mixed options)
- Visibility: public
- name mixed
- value mixed
- options mixed
mixed icms_view_template_file_Object::getLastModified()
Gets Last Modified timestamp
- Visibility: public