[Horde_Template] element index

Package indexes

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