[Horde_Template] element index

Package indexes

All elements
f g h p s t _
_
top
Variable $_arrays
Horde_Template::$_arrays in Template.php
Loop tag values.
Variable $_basepath
Directory that templates should be read from.
Variable $_carrays
Cloop tag values.
Variable $_ifs
Horde_Template::$_ifs in Template.php
If tag values.
Variable $_options
Option values.
Variable $_scalars
Tag (scalar) values.
Variable $_template
Cached source of template file.
Variable $_templateFile
Name of cached template file.
Method _parseGettext
Parses gettext tags.
f
top
Method fetch
Horde_Template::fetch() in Template.php
Fetches a template from the specified file and return the parsed contents.
g
top
Method get
Horde_Template::get() in Template.php
Returns the value of a tag or loop.
Method getOption
Returns an option's value.
h
top
Method Horde_Template
Constructor. Can set the template base path and whether or not to drop template variables after a parsing a template.
Class Horde_Template
Horde_Template in Template.php
Horde Template system. Adapted from bTemplate by Brian Lozier
.
p
top
Method parse
Horde_Template::parse() in Template.php
Parses all variables/tags in the template.
s
top
Method set
Horde_Template::set() in Template.php
Sets a tag, loop, or if variable.
Method setCloop
Sets values for a cloop.
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 h p s t _