Skip to content

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!

icms_view_template_file_Object

Base class for all templates

  • Class name: icms_view_template_file_Object
  • Namespace:
  • Parent class: icms_ipf_Object

Properties

$tpl_source

public mixed $tpl_source = \false
  • Visibility: public

tpl_id

public int tpl_id

Template ID

  • Visibility: public

tpl_refid

public int tpl_refid
  • Visibility: public

tpl_tplset

public string tpl_tplset

Template set

  • Visibility: public

tpl_file

public string tpl_file

Template filename

  • Visibility: public

tpl_desc

public string tpl_desc

Description

  • Visibility: public

tpl_lastmodified

public int tpl_lastmodified

When it was last modified?

  • Visibility: public

tpl_lastimported

public int tpl_lastimported

When it was last imported?

  • Visibility: public

tpl_module

public string tpl_module

Module

  • Visibility: public

tpl_type

public string tpl_type

Type

  • Visibility: public

Methods

__construct

mixed icms_view_template_file_Object::__construct(mixed handler, mixed data)

constructor

  • Visibility: public

Arguments

  • handler mixed
  • data mixed

getSource

mixed icms_view_template_file_Object::getSource()

Gets Template Source

  • Visibility: public

getVar

mixed icms_view_template_file_Object::getVar(mixed name, mixed format)
  • Visibility: public

Arguments

  • name mixed
  • format mixed

assignVar

mixed icms_view_template_file_Object::assignVar(mixed name, mixed value)
  • Visibility: public

Arguments

  • name mixed
  • value mixed

setVar

mixed icms_view_template_file_Object::setVar(mixed name, mixed value, mixed options)
  • Visibility: public

Arguments

  • name mixed
  • value mixed
  • options mixed

getLastModified

mixed icms_view_template_file_Object::getLastModified()

Gets Last Modified timestamp

  • Visibility: public
Clone this wiki locally