[Horde_Template] element index

Package indexes

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