Class: Lister
- Package: saf.Misc
Properties
$vals
- Access: public
List of values to alternate between.
$counter
- Access: private
The internal position counter.
$current
- Access: private
Always keeps the value of the current array position here.
$headers = array ()
List of HTTP headers to be sent with the document. @see addHeader()
$meta = array ()
List of metadata attributes, which can be rendered as HTML meta tags using
the makeMeta() method. To render them into your XT templates, simply
add an xt:var tag with the name "makeMeta".
$scripts = array ()
List of javascript scripts, which can be rendered as HTML script tags using
the makeJavascript() method. To render them into your XT templates, simply
add an xt:var tag with the name "makeJavascript".
$styles = array ()
Array used to prevent duplicate loading of stylesheets.
$template_set = false
The template set to use for output.
$compiling = false
Whether compile() is underway or not.
$extra_head_elements = array ()
Extra elements to load in the <head> after the page is rendered.
