[Horde_Template] element index

Package indexes

All elements
f g i p s t _
_
top
Variable $_arrays
IMP_Template::$_arrays in Template.php
Loop tag values.
Variable $_basepath
IMP_Template::$_basepath in Template.php
Directory that templates should be read from.
Variable $_cache
IMP_Template::$_cache in Template.php
The Horde_Cache object to use.
Variable $_foreachMap
Foreach variable mappings.
Variable $_foreachVar
Foreach variable incrementor.
Variable $_options
IMP_Template::$_options in Template.php
Option values.
Variable $_pregcache
preg_match() cache.
Variable $_scalars
IMP_Template::$_scalars in Template.php
Tag (scalar) values.
Variable $_template
IMP_Template::$_template in Template.php
Template source.
Variable $_templateFile
Path to template source.
Method _parse
IMP_Template::_parse() in Template.php
Parses all variables/tags in the template.
f
top
Method fetch
IMP_Template::fetch() in Template.php
Fetches a template from the specified file and return the parsed contents.
g
top
Method get
IMP_Template::get() in Template.php
Returns the value of a tag or loop.
Method getOption
Returns an option's value.
i
top
Method IMP_Template
Constructor.
Class IMP_Template
IMP_Template in Template.php
Constant IMP_TEMPLATE_STRING
IMP_TEMPLATE_STRING in Template.php
The identifier to use for memory-only templates.
p
top
Method parse
IMP_Template::parse() in Template.php
Parses all variables/tags in the template.
s
top
Method set
IMP_Template::set() in Template.php
Sets a tag, loop, or if variable.
Method setOption
Sets an option.
Method setTemplate
Set the template contents to a string.
t
top
Page Template.php
Template.php in Template.php
f g i p s t _