apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Element index for package apidoc

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ y ] [ _ ]

_

__construct
in file CustomFlexyAttributes.php, method HTML_Template_Flexy_Compiler_Flexy_CustomFlexyAttributes::__construct()
top

a

$activeEngine
in file Flexy.php, variable HTML_Template_Flexy::$activeEngine
    The active engine
$appURL
in file Translator.php, variable HTML_Template_Flexy_Translator::$appURL
    app URL (copied from above)
$args
in file Method.php, variable HTML_Template_Flexy_Token_Method::$args
    arguments, either variables or literals eg. #xxxxx yyyy#
$attributes
in file Element.php, variable HTML_Template_Flexy_Element::$attributes
    Associative array of table attributes
$attributes
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$attributes
    Associative array of attributes. (original case)
addStringToGettext
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::addStringToGettext()
    addStringToGettext
addStringToGettext
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::addStringToGettext()
    addStringToGettext
addToBuffer
in file Flexy.php, method HTML_Template_Flexy::addToBuffer()
    callback for outputObjectToFile
ahref
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::ahref()
    Output an HTML <a href="">...</a> tag.
appendHtml
in file Compiler.php, method HTML_Template_Flexy_Compiler::appendHtml()
    Append HTML to compiled ouput These are hooks for passing data to other processes
appendPhp
in file Compiler.php, method HTML_Template_Flexy_Compiler::appendPhp()
    Append PHP Code to compiled ouput These are hooks for passing data to other processes
applyFilters
in file Regex.php, method HTML_Template_Flexy_Compiler_Regex::applyFilters()
    actually it will only be used to apply the pre and post filters
assign
in file SmartyAPI.php, method HTML_Template_Flexy_SmartyAPI::assign()
    Standard Variable assignment
assign
in file Assign.php, method HTML_Template_Flexy_Assign::assign()
    Assigns a token-name and value to $this->_token_vars for use in a template.
assignRef
in file Assign.php, method HTML_Template_Flexy_Assign::assignRef()
    Assign a token by reference. This allows you change variable values within the template and have those changes reflected back at the calling logic script. Works as with form 2 of assign().
assign_by_ref
in file SmartyAPI.php, method HTML_Template_Flexy_SmartyAPI::assign_by_ref()
    Standard Variable assignment (by reference)
top

b

bufferedOutputObject
in file Flexy.php, method HTML_Template_Flexy::bufferedOutputObject()
    Outputs an object as $t, buffers the result and returns it.
buildChildren
in file Tree.php, method HTML_Template_Flexy_Tree::buildChildren()
    Build the child array for each element.
buildChildren
in file Token.php, method HTML_Template_Flexy_Token::buildChildren()
    Build the child array for each element.
buildTokens
in file Token.php, method HTML_Template_Flexy_Token::buildTokens()
    Run a Tokenizer and Store its results It should build a DOM Tree of the HTML
top

c

$charPos
in file Token.php, variable HTML_Template_Flexy_Token::$charPos
    the character Position
$children
in file Token.php, variable HTML_Template_Flexy_Token::$children
    array of children to each object.
$children
in file Element.php, variable HTML_Template_Flexy_Element::$children
    Sequence array of children
$close
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$close
    Alias to closing tag (built externally).
$close
in file Token.php, variable HTML_Template_Flexy_Token::$close
    Matching closing tag for a Token
$compiledTemplate
in file Flexy.php, variable HTML_Template_Flexy::$compiledTemplate
    The compiled template filename (Full path)
$compiler
in file Tag.php, variable HTML_Template_Flexy_Compiler_Flexy_Tag::$compiler
    Parent Compiler for
$compiler
in file Tag.php, variable HTML_Template_Flexy_Compiler_Standard_Tag::$compiler
    Parent Compiler for
$compiler
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Flexy_Flexy::$compiler
    Parent Compiler for
$compiler
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Standard_Flexy::$compiler
    Parent Compiler for
$compiler
in file CustomFlexyAttributes.php, variable HTML_Template_Flexy_Compiler_Flexy_CustomFlexyAttributes::$compiler
    reference to the compiler
$condition
in file If.php, variable HTML_Template_Flexy_Token_If::$condition
    Condition for the if statement.
$contentStrings
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Flexy::$contentStrings
    when using flexy::contents - this contains the map of
$currentTemplate
in file Flexy.php, variable HTML_Template_Flexy::$currentTemplate
    The source template filename (Full path)
$currentTemplate
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Flexy::$currentTemplate
    The current template (Full path)
call
in file Plugin.php, method HTML_Template_Flexy_Plugin::call()
    Call a Plugin method.
checkbox
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::checkbox()
    Output a single checkbox <input> element.
checkboxes
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::checkboxes()
    Output a set of checkbox <input>s.
childrenToHtml
in file Element.php, method HTML_Template_Flexy_Element::childrenToHtml()
    Output HTML and children
classExists
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::classExists()
    PHP5 compat - arg...
clearAttribute
in file Tag.php, method HTML_Template_Flexy_Token_Tag::clearAttribute()
    clearAttributes = removes an attribute from the object.
clearOptions
in file Element.php, method HTML_Template_Flexy_Element::clearOptions()
    Removes all of this element's options
clearTemplateCache
in file Translator.php, method HTML_Template_Flexy_Translator::clearTemplateCache()
    delete all the compiled templates in a specified language
clear_all_assign
in file SmartyAPI.php, method HTML_Template_Flexy_SmartyAPI::clear_all_assign()
    Unset all variables
clear_assign
in file SmartyAPI.php, method HTML_Template_Flexy_SmartyAPI::clear_assign()
    Unset a variable assignment
compile
in file Compiler.php, method HTML_Template_Flexy_Compiler::compile()
    The compile method.
compile
in file Token.php, method HTML_Template_Flexy_Token::compile()
    compile to String (vistor method) replaces toString
compile
in file Flexy.php, method HTML_Template_Flexy::compile()
    compile the template
compile
in file SmartyConvertor.php, method HTML_Template_Flexy_Compiler_SmartyConvertor::compile()
    compile implementation
compile
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::compile()
    The compile method.
compile
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::compile()
    The compile method.
compileAll
in file Translator.php, method HTML_Template_Flexy_Translator::compileAll()
    compile all the templates in a specified folder.
compileAll
in file Compiler.php, method HTML_Template_Flexy_Compiler::compileAll()
    Compile All templates in the These are hooks for passing data to other processes
compileAll
in file Flexy.php, method HTML_Template_Flexy::compileAll()
    compiles all templates Used for offline batch compilation (eg. if your server doesn't have write access to the filesystem).
compileChildren
in file Token.php, method HTML_Template_Flexy_Token::compileChildren()
    compile children (visitor approach).
compileDir
in file Compiler.php, method HTML_Template_Flexy_Compiler::compileDir()
construct
in file Tree.php, method HTML_Template_Flexy_Tree::construct()
    Run a Tokenizer and Store its results and return the tree.
construct
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::construct()
    Flexible constructor
convertToFlexy
in file SmartyConvertor.php, method HTML_Template_Flexy_Compiler_SmartyConvertor::convertToFlexy()
    The core work of parsing a smarty template and converting it into flexy.
createToken
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::createToken()
    Create a token based on the value of $this->options['token_call']
cycle
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::cycle()
    Cycle through a series of values based on an iteration number, with optional group repetition.
top

d

dateformat
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::dateformat()
    Output a formatted date using strftime() conventions.
debug
in file Test.php, method HTML_Template_Flexy_Test::debug()
debug
in file Flexy.php, method HTML_Template_Flexy::debug()
    if debugging is on, print the debug info to the screen
display
in file SmartyAPI.php, method HTML_Template_Flexy_SmartyAPI::display()
    output a template (optionally with flexy object & element.)
doCustomAttributes
in file CustomFlexyAttributes.php, method HTML_Template_Flexy_Compiler_Flexy_CustomFlexyAttributes::doCustomAttributes()
    doCustomAttributes
  • for every flexy namespaced attribute found in the element parameter,
if there is a method here to handle it then call the method.
dump
in file Token.php, method HTML_Template_Flexy_Token::dump()
    dump to text ATM
top

e

$element
in file Tag.php, variable HTML_Template_Flexy_Compiler_Standard_Tag::$element
    The current element to parse..
$element
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Standard_Flexy::$element
    The current element to parse..
$element
in file Tag.php, variable HTML_Template_Flexy_Compiler_Flexy_Tag::$element
    The current element to parse..
$element
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Flexy_Flexy::$element
    The current element to parse..
$elements
in file Flexy.php, variable HTML_Template_Flexy::$elements
    Array of HTML_elements which is displayed on the template
$elementsFile
in file Flexy.php, variable HTML_Template_Flexy::$elementsFile
    The serialized elements array file.
$error
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$error
    the string containing an error if it occurs..
elementUsesDynamic
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::elementUsesDynamic()
    Recursively search for any flexy:if flexy:foreach or {xxxx} tags inside tags..
error
in file Test.php, method HTML_Template_Flexy_Test::error()
top

f

$fileName
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$fileName
    the name of the file being parsed (used by error messages)
$files
in file Test.php, variable HTML_Template_Flexy_Test::$files
$flexy
in file Standard.php, variable HTML_Template_Flexy_Compiler_Standard::$flexy
$flexy
in file Plugin.php, variable HTML_Template_Flexy_Plugin::$flexy
    reference to main engine..
$flexy
in file Regex.php, variable HTML_Template_Flexy_Compiler_Regex::$flexy
    The main flexy engine
$flexy
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Flexy::$flexy
    reference to calling controller
factory
in file Token.php, method HTML_Template_Flexy_Token::factory()
    factory a Token
factory
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::factory()
    Factory method to create Tag Handlers
factory
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::factory()
    Factory method to create Tag Handlers
factory
in file Compiler.php, method HTML_Template_Flexy_Compiler::factory()
    Factory constructor
fileExistsInPath
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::fileExistsInPath()
    Check that a file exists in the "include_path"
findVar
in file Token.php, method HTML_Template_Flexy_Token::findVar()
    do the stack lookup on the variable this relates to flexy t relates to the object being parsed.
freeze
in file Factory.php, method HTML_Template_Flexy_Factory::freeze()
    freeze - freeze's an element. - just copies the value to the override.
fromArray
in file Factory.php, method HTML_Template_Flexy_Factory::fromArray()
    fromArray - builds a set of elements from a key=>value array (eg. DO->toArray()) the second parameter is an optional HTML_Element array to merge it into.
fromArrayPrefixed
in file Factory.php, method HTML_Template_Flexy_Factory::fromArrayPrefixed()
    fromArrayPrefixed - takes a multi dimensional array, and builds the 'xxx[sss][xx]' => value
functionToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Standard_Flexy::functionToString()
    Handler for User defined functions in templates..
functionToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy_Flexy::functionToString()
    Handler for User defined functions in templates..
top

g

$getTextStringsFile
in file Flexy.php, variable HTML_Template_Flexy::$getTextStringsFile
    The getTextStrings Filename
getAttribute
in file Tag.php, method HTML_Template_Flexy_Token_Tag::getAttribute()
    getAttribute = reads an attribute value and strips the quotes
getAttributes
in file Tag.php, method HTML_Template_Flexy_Token_Tag::getAttributes()
    getAttributes = returns all the attributes key/value without quotes
getElementPhp
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::getElementPhp()
    produces the code for dynamic elements
getElementPhp
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::getElementPhp()
    produces the code for dynamic elements
getElements
in file Flexy.php, method HTML_Template_Flexy::getElements()
    Get an array of elements from the template
getModifierWrapper
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::getModifierWrapper()
    get Modifier Wrapper
getModifierWrapper
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::getModifierWrapper()
    get Modifier Wrapper
getOptions
in file Element.php, method HTML_Template_Flexy_Element::getOptions()
    Returns THIS select element's options as an associative array
getSuggestions
in file Translator.php, method HTML_Template_Flexy_Translator::getSuggestions()
getTranslation
in file Translator.php, method HTML_Template_Flexy_Translator::getTranslation()
top

h

$hasForeach
in file Tag.php, variable HTML_Template_Flexy_Compiler_Standard_Tag::$hasForeach
    Flag to indicate has attribute flexy:foreach (so you cant mix it with flexy:if!)
$hasForeach
in file Tag.php, variable HTML_Template_Flexy_Compiler_Flexy_Tag::$hasForeach
    Flag to indicate has attribute flexy:foreach (so you cant mix it with flexy:if!)
HTML_Template_Flexy
in file Flexy.php, method HTML_Template_Flexy::HTML_Template_Flexy()
    Constructor
HTML_Template_Flexy
in file Flexy.php, class HTML_Template_Flexy
    A Flexible Template engine - based on simpletemplate
HTML_Template_Flexy_Assign
in file Assign.php, class HTML_Template_Flexy_Assign
HTML_Template_Flexy_Compiler
in file Compiler.php, class HTML_Template_Flexy_Compiler
    Compiler Globals go here..
HTML_Template_Flexy_Compiler_Flexy
in file Flexy.php, class HTML_Template_Flexy_Compiler_Flexy
    Compiler Globals go here..
HTML_Template_Flexy_Compiler_Flexy_CustomFlexyAttributes
in file CustomFlexyAttributes.php, class HTML_Template_Flexy_Compiler_Flexy_CustomFlexyAttributes
    Class called from HTML_Template_Flexy_Compiler_Flexy_Tag's toString() method.
HTML_Template_Flexy_Compiler_Flexy_Flexy
in file Flexy.php, class HTML_Template_Flexy_Compiler_Flexy_Flexy
    the <flexy:XXXX namespace
HTML_Template_Flexy_Compiler_Flexy_Tag
in file Tag.php, class HTML_Template_Flexy_Compiler_Flexy_Tag
    Compiler That deals with standard HTML Tag output.
HTML_Template_Flexy_Compiler_Regex
in file Regex.php, class HTML_Template_Flexy_Compiler_Regex
HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags
in file RtfSimpleTags.php, class HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags
HTML_Template_Flexy_Compiler_SmartyConvertor
in file SmartyConvertor.php, class HTML_Template_Flexy_Compiler_SmartyConvertor
    The Smarty Converter implementation.
HTML_Template_Flexy_Compiler_Standard
in file Standard.php, class HTML_Template_Flexy_Compiler_Standard
    Compiler Globals go here..
HTML_Template_Flexy_Compiler_Standard_Flexy
in file Flexy.php, class HTML_Template_Flexy_Compiler_Standard_Flexy
    the <flexy:XXXX namespace
HTML_Template_Flexy_Compiler_Standard_Tag
in file Tag.php, class HTML_Template_Flexy_Compiler_Standard_Tag
    Compiler That deals with standard HTML Tag output.
HTML_Template_Flexy_Element
in file Element.php, class HTML_Template_Flexy_Element
    Lightweight HTML Element builder and render
HTML_Template_Flexy_Element
in file Element.php, method HTML_Template_Flexy_Element::HTML_Template_Flexy_Element()
    Class constructor
HTML_Template_Flexy_Element_Xul
in file Xul.php, class HTML_Template_Flexy_Element_Xul
    Extension HTML Element builder and render to provide features for Xul
HTML_Template_Flexy_Factory
in file Factory.php, class HTML_Template_Flexy_Factory
HTML_Template_Flexy_Plugin
in file Plugin.php, class HTML_Template_Flexy_Plugin
HTML_Template_Flexy_Plugin_Savant
in file Savant.php, class HTML_Template_Flexy_Plugin_Savant
    it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
HTML_Template_Flexy_SmartyAPI
in file SmartyAPI.php, class HTML_Template_Flexy_SmartyAPI
    Smarty API emulator for Flexy
HTML_Template_Flexy_Test
in file Test.php, class HTML_Template_Flexy_Test
HTML_Template_Flexy_Test
in file Test.php, method HTML_Template_Flexy_Test::HTML_Template_Flexy_Test()
HTML_Template_Flexy_Token
in file Token.php, class HTML_Template_Flexy_Token
    Base Class for all Tokens.
HTML_Template_Flexy_Tokenizer
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::HTML_Template_Flexy_Tokenizer()
HTML_Template_Flexy_Tokenizer
in file Tokenizer.php, class HTML_Template_Flexy_Tokenizer
HTML_Template_Flexy_Token_Cdata
in file Cdata.php, class HTML_Template_Flexy_Token_Cdata
    Cdata Class (extends text).. - it really should do more!! :)
HTML_Template_Flexy_Token_Else
in file Else.php, class HTML_Template_Flexy_Token_Else
    Class to handle Else
HTML_Template_Flexy_Token_End
in file End.php, class HTML_Template_Flexy_Token_End
    Class to handle End statements (eg. close brakets)
HTML_Template_Flexy_Token_EndTag
in file EndTag.php, class HTML_Template_Flexy_Token_EndTag
    A standard HTML Tag = eg. Table/Body etc.
HTML_Template_Flexy_Token_Foreach
in file Foreach.php, class HTML_Template_Flexy_Token_Foreach
    Class to handle foreach statements
HTML_Template_Flexy_Token_If
in file If.php, class HTML_Template_Flexy_Token_If
    Class to handle If statements
HTML_Template_Flexy_Token_Method
in file Method.php, class HTML_Template_Flexy_Token_Method
    Class to handle method calls
HTML_Template_Flexy_Token_Processing
in file Processing.php, class HTML_Template_Flexy_Token_Processing
    Class to handle Processing Directives = <?xml or <?php
HTML_Template_Flexy_Token_Tag
in file Tag.php, class HTML_Template_Flexy_Token_Tag
    A standard HTML Tag = eg. Table/Body etc.
HTML_Template_Flexy_Token_Text
in file Text.php, class HTML_Template_Flexy_Token_Text
    Class that represents a text string node.
HTML_Template_Flexy_Token_Var
in file Var.php, class HTML_Template_Flexy_Token_Var
    Class to handle variable output
HTML_Template_Flexy_Translator
in file Translator.php, method HTML_Template_Flexy_Translator::HTML_Template_Flexy_Translator()
    constructor
HTML_Template_Flexy_Translator
in file Translator.php, class HTML_Template_Flexy_Translator
HTML_Template_Flexy_Tree
in file Tree.php, class HTML_Template_Flexy_Tree
top

i

$ignoreChildren
in file Token.php, variable HTML_Template_Flexy_Token::$ignoreChildren
    Flag to ignore children - Used to block output for select/text area etc.
$inGetTextBlock
in file Flexy.php, variable HTML_Template_Flexy_Compiler_Flexy::$inGetTextBlock
    Flag indicating compiler is inside {_( .... )_} block, and should not add to the gettextstrings array.
$inGetTextBlock
in file Standard.php, variable HTML_Template_Flexy_Compiler_Standard::$inGetTextBlock
    Flag indicating compiler is inside {_( .... )_} block, and should not add to the gettextstrings array.
$isConditional
in file Method.php, variable HTML_Template_Flexy_Token_Method::$isConditional
    is it in if statement with a method?
$isNegative
in file If.php, variable HTML_Template_Flexy_Token_If::$isNegative
    if the statement is negative = eg. !somevar..
$isNegative
in file Method.php, variable HTML_Template_Flexy_Token_Method::$isNegative
    if the statement is negative = eg. !somevar..
image
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::image()
    Output an <image ... /> tag.
includeToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy_Flexy::includeToString()
    include handler
includeToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Standard_Flexy::includeToString()
    include handler <flexy:include src="test.html">
initializeTranslator
in file Flexy.php, method HTML_Template_Flexy::initializeTranslator()
    Initilalize the translation methods.
input
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::input()
    Output a single <input> element.
isWord
in file Text.php, method HTML_Template_Flexy_Token_Text::isWord()
    Simple check to see if this piece of text is a word so that gettext and the merging tricks dont try
  • merge white space with a flexy tag
  • gettext doesnt translate &nbsp; etc.
is_a
in file Compiler.php, method HTML_Template_Flexy_Compiler::is_a()
    Php4 is_a compat !
top

j

javascript
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::javascript()
    Output a <script></script> link to a JavaScript file.
top

k

$key
in file Foreach.php, variable HTML_Template_Flexy_Token_Foreach::$key
    key value
top

l

$label
in file Element.php, variable HTML_Template_Flexy_Element::$label
    If an input element has a label element associated to it *and* the 'useElementLabels' option is true, then you can optionally set the text of this label. This permits to set custom strings for doing translations.
$languages
in file Translator.php, variable HTML_Template_Flexy_Translator::$languages
$line
in file Token.php, variable HTML_Template_Flexy_Token::$line
    the line the token is from
$loopOn
in file Foreach.php, variable HTML_Template_Flexy_Token_Foreach::$loopOn
    variable to loop on.
loadTranslations
in file Translator.php, method HTML_Template_Flexy_Translator::loadTranslations()
    LoadTranslations - load all the translations from the database into $this->translations[{lang}][{id}] = $translation;
top

m

$method
in file Method.php, variable HTML_Template_Flexy_Token_Method::$method
    Method name
$modifier
in file Var.php, variable HTML_Template_Flexy_Token_Var::$modifier
    variable modifier (h = raw, u = urlencode, none = htmlspecialchars)
$modifier
in file Method.php, variable HTML_Template_Flexy_Token_Method::$modifier
    variable modifier (h = raw, u = urlencode, none = htmlspecialchars)
matchClosers
in file Tree.php, method HTML_Template_Flexy_Tree::matchClosers()
    Match the opening and closing tags eg. </B> is the closer of
merge
in file Element.php, method HTML_Template_Flexy_Element::merge()
    merge this element with another originally was in main engine
mergeElement
in file Flexy.php, method HTML_Template_Flexy::mergeElement()
modify
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::modify()
    Output a value using echo after processing with optional modifier functions.
top

n

numberformat
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::numberformat()
    Output a formatted number using number_format
top

o

$options
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$options
    options array : meanings: ignore_html - return all tags as text tokens
$options
in file Translator.php, variable HTML_Template_Flexy_Translator::$options
    Options for Translator tool.
$options
in file Tree.php, variable HTML_Template_Flexy_Tree::$options
    Options for Tree: 'ignore' => dont change {xxxX} into placeholders? 'filename' => filename of file being parsed. (for error messages.) 'ignore_html' => return <html> elements as strings.
$options
in file Compiler.php, variable HTML_Template_Flexy_Compiler::$options
    Options
$options
in file Flexy.php, variable HTML_Template_Flexy::$options
$oTag
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$oTag
    HTML Tag: (original case)
$override
in file Element.php, variable HTML_Template_Flexy_Element::$override
    override the tag.
options
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::options()
    Output a series of HTML <option>s based on an associative array where the key is the option value and the value is the option label. You can pass a "selected" value as well to tell the function which option value(s) should be marked as seleted.
output
in file Flexy.php, method HTML_Template_Flexy::output()
    output / display ? - outputs an object, without copy by references..
outputDefaultTemplate
in file Translator.php, method HTML_Template_Flexy_Translator::outputDefaultTemplate()
    output the default template with the editing facilities.
outputObject
in file Flexy.php, method HTML_Template_Flexy::outputObject()
    Outputs an object as $t
outputObjectToFile
in file Flexy.php, method HTML_Template_Flexy::outputObjectToFile()
    Outputs result to a file
top

p

$pluginCache
in file Plugin.php, variable HTML_Template_Flexy_Plugin::$pluginCache
$postfix
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$postfix
    postfix tokens used to add code to end of tags "<xxxx>here....children .. <close tag>"
$prefix
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$prefix
    prefix tokens used to add code to beginning of tags TODO "here<xxxx>....children .. <close tag>"
parse
in file Test.php, method HTML_Template_Flexy_Test::parse()
parseArgs
in file Test.php, method HTML_Template_Flexy_Test::parseArgs()
parseAttributeForeach
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseAttributeForeach()
    Reads an flexy:foreach attribute -
parseAttributeForeach
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseAttributeForeach()
    Reads an flexy:foreach attribute -
parseAttributeIf
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseAttributeIf()
    Reads an flexy:if attribute -
parseAttributeIf
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseAttributeIf()
    Reads an flexy:if attribute -
parseAttributeIgnore
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseAttributeIgnore()
    Reads an flexy:foreach attribute -
parseAttributeIgnore
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseAttributeIgnore()
    Reads an flexy:foreach attribute -
parseTagForm
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTagForm()
    Reads an Form tag - and set up the element object header etc.
parseTagForm
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseTagForm()
    Reads an Form tag - and set up the element object header etc.
parseTagInput
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTagInput()
    Reads an Input tag - build a element object for it
parseTagInput
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseTagInput()
    Reads an Input tag - build a element object for it
parseTagLabel
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseTagLabel()
    Deal with Label - build a element object for it (unless flexyignore is set)
parseTagScript
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseTagScript()
    Reads an Script tag - check if PHP is allowed.
parseTagScript
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTagScript()
    Reads an Script tag - check if PHP is allowed.
parseTagSelect
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTagSelect()
    Deal with Selects - build a element object for it (unless flexyignore is set)
parseTagSelect
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseTagSelect()
    Deal with Selects - build a element object for it (unless flexyignore is set)
parseTagTextArea
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTagTextArea()
    Deal with a TextArea tag - build a element object for it
parseTagTextArea
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseTagTextArea()
    Deal with a TextArea tag - build a element object for it
parseXulTag
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::parseXulTag()
    Deal with XUL tags
partialToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy_Flexy::partialToString()
    - A partial is a subtemplate to which you can pass variables.
plugin
in file Flexy.php, method HTML_Template_Flexy::plugin()
    Plugin (used by templates as $this->plugin(...) or {this.plugin(#...#,#....#)}
preProcessTranslation
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::preProcessTranslation()
    do the early tranlsation of {_(......)_} text
process
in file Translator.php, method HTML_Template_Flexy_Translator::process()
    process the input
pullState
in file Token.php, method HTML_Template_Flexy_Token::pullState()
    tell the generator you are entering a block
pushState
in file Token.php, method HTML_Template_Flexy_Token::pushState()
    tell the generator you are entering a block
pushVar
in file Token.php, method HTML_Template_Flexy_Token::pushVar()
    add a variable to the stack.
top

q

$quickform
in file Test.php, variable HTML_Template_Flexy_Test::$quickform
top

r

$references
in file Assign.php, variable HTML_Template_Flexy_Assign::$references
    The references stored in the Assigner
radios
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::radios()
    Output a set of radio <input>s with the same name.
raiseError
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::raiseError()
    raise an error: = return an error token and set the error variable.
raiseError
in file Flexy.php, method HTML_Template_Flexy::raiseError()
    Lazy loading of PEAR, and the error handler..
removeAttributes
in file Element.php, method HTML_Template_Flexy_Element::removeAttributes()
    Removes an attributes
resolvePath
in file Flexy.php, method HTML_Template_Flexy::resolvePath()
    given a file, return the possible templates that will becompiled.
returnSimple
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::returnSimple()
    return text
returnStart
in file Tree.php, method HTML_Template_Flexy_Tree::returnStart()
    Locates Flexy:startchildren etc. if it is used.
reWriteURL
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::reWriteURL()
    reWriteURL - can using the config option 'url_rewrite' format "from:to,from:to" only handle left rewrite.
reWriteURL
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::reWriteURL()
    reWriteURL - can using the config option 'url_rewrite' format "from:to,from:to" only handle left rewrite.
top

s

$stack
in file SmartyConvertor.php, variable HTML_Template_Flexy_Compiler_SmartyConvertor::$stack
    stack for conditional and closers.
$start
in file RtfSimpleTags.php, variable HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags::$start
$status
in file Translator.php, variable HTML_Template_Flexy_Translator::$status
    Array of objects with name, md5's, has it been set, the translation etc.
$stop
in file RtfSimpleTags.php, variable HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags::$stop
$strings
in file Tree.php, variable HTML_Template_Flexy_Tree::$strings
scopeVarsToArrayString
in file Token.php, method HTML_Template_Flexy_Token::scopeVarsToArrayString()
    get the scoped variables as an array of strings so that it can be passed to child templates...
setAttributes
in file Element.php, method HTML_Template_Flexy_Element::setAttributes()
    Sets the HTML attributes
setData
in file Flexy.php, method HTML_Template_Flexy::setData()
    Assign API -
setDataByRef
in file Flexy.php, method HTML_Template_Flexy::setDataByRef()
    Assign API - by Reference
setErrors
in file Factory.php, method HTML_Template_Flexy_Factory::setErrors()
    setErrors - sets the suffix of an element to a value..
setOptions
in file Xul.php, method HTML_Template_Flexy_Element_Xul::setOptions()
    Utility function equivilant to HTML_Select - loadArray ** For xul:menulist.
setOptions
in file Element.php, method HTML_Template_Flexy_Element::setOptions()
    Utility function equivilant to HTML_Select - loadArray **
setRequired
in file Factory.php, method HTML_Template_Flexy_Factory::setRequired()
    setRequired - sets the prefix of an element to a value..
setValue
in file Token.php, method HTML_Template_Flexy_Token::setValue()
    Standard Value iterpretor
setValue
in file Xul.php, method HTML_Template_Flexy_Element_Xul::setValue()
    Utility function to set values for common tag types.
setValue
in file Var.php, method HTML_Template_Flexy_Token_Var::setValue()
    Setvalue - at present raw text.. - needs sorting out..
setValue
in file Method.php, method HTML_Template_Flexy_Token_Method::setValue()
    setvalue - at present array method, args (need to add modifier)
setValue
in file Element.php, method HTML_Template_Flexy_Element::setValue()
    Utility function to set values from common tag types.
setValue
in file Tag.php, method HTML_Template_Flexy_Token_Tag::setValue()
    Setvalue - gets name, attribute as an array
setValue
in file Foreach.php, method HTML_Template_Flexy_Token_Foreach::setValue()
    Setvalue - a array of all three (last one optional)
setValue
in file If.php, method HTML_Template_Flexy_Token_If::setValue()
    Setvalue - a string
staticQuickTemplate
in file Flexy.php, method HTML_Template_Flexy::staticQuickTemplate()
    static version which does new, compile and output all in one go.
staticRaiseError
in file Flexy.php, method HTML_Template_Flexy::staticRaiseError()
    static version of raiseError
stylesheet
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::stylesheet()
    Output a <link ... /> to a CSS stylesheet.
top

t

$tag
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$tag
    HTML Tag: eg. Body or /Body - uppercase
$tag
in file Element.php, variable HTML_Template_Flexy_Element::$tag
    Tag that this Element represents.
$token
in file Token.php, variable HTML_Template_Flexy_Token::$token
    the token type (Depreciated when we have classes for all tokens
$tokens
in file Tree.php, variable HTML_Template_Flexy_Tree::$tokens
    Array of all tokens (eg. nodes / text / tags etc. ) All nodes have ID's
$translate
in file Translator.php, variable HTML_Template_Flexy_Translator::$translate
    The current language
$translationMap
in file Translator.php, variable HTML_Template_Flexy_Translator::$translationMap
$translations
in file Translator.php, variable HTML_Template_Flexy_Translator::$translations
textarea
in file Savant.php, method HTML_Template_Flexy_Plugin_Savant::textarea()
    Output a single <textarea> element.
toElement
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::toElement()
    Convert flexy tokens to HTML_Template_Flexy_Elements.
toElement
in file Flexy.php, method HTML_Template_Flexy_Compiler_Standard_Flexy::toElement()
    Convert flexy tokens to HTML_Template_Flexy_Elements.
toElement
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy_Flexy::toElement()
    Convert flexy tokens to HTML_Template_Flexy_Elements.
toElement
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::toElement()
    Convert flexy tokens to HTML_Template_Flexy_Elements.
toHtml
in file Element.php, method HTML_Template_Flexy_Element::toHtml()
    Output HTML and children
toHtmlnoClose
in file Element.php, method HTML_Template_Flexy_Element::toHtmlnoClose()
    Output Open Tag and any children and not Child tag (designed for use with <form + hidden elements>
toJavascriptToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Standard_Flexy::toJavascriptToString()
    toJavascript handler <flexy:toJavascript flexy:prefix="some_prefix_" javascriptval="php.val" ....>
toJavascriptToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy_Flexy::toJavascriptToString()
    toJavascript handler <flexy:toJavascript flexy:prefix="some_prefix_" javascriptval="php.val" ....>
toJSONToString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy_Flexy::toJSONToString()
    toJavascript handler <flexy:toJSON javascriptval="php.val" ....>
tokenize
in file Tree.php, method HTML_Template_Flexy_Tree::tokenize()
    The core tokenizing part - runs the tokenizer on the data, and stores the results in $this->tokens[]
toString
in file If.php, method HTML_Template_Flexy_Token_If::toString()
toString
in file Method.php, method HTML_Template_Flexy_Token_Method::toString()
toString
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::toString()
    toString - display tag, attributes, postfix and any code in attributes.
toString
in file Text.php, method HTML_Template_Flexy_Token_Text::toString()
    used to get the contents..
toString
in file Var.php, method HTML_Template_Flexy_Token_Var::toString()
    used to get the contents..
toString
in file Tag.php, method HTML_Template_Flexy_Token_Tag::toString()
    used to get the contents..
toString
in file Foreach.php, method HTML_Template_Flexy_Token_Foreach::toString()
toString
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::toString()
    toString - display tag, attributes, postfix and any code in attributes.
toString
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toString()
    This is the base toString Method, it relays into toString{TokenName}
toString
in file Processing.php, method HTML_Template_Flexy_Token_Processing::toString()
toString
in file EndTag.php, method HTML_Template_Flexy_Token_EndTag::toString()
    used to get the contents..
toString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toString()
    This is the base toString Method, it relays into toString{TokenName}
toString
in file Else.php, method HTML_Template_Flexy_Token_Else::toString()
toString
in file End.php, method HTML_Template_Flexy_Token_End::toString()
toString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Standard_Flexy::toString()
    toString - display tag, attributes, postfix and any code in attributes.
toString
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy_Flexy::toString()
    toString - display tag, attributes, postfix and any code in attributes.
toString
in file Flexy.php, method HTML_Template_Flexy::toString()
    render the template with data..
toStringCdata
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringCdata()
    HTML_Template_Flexy_Token_Cdata toString
toStringChildren
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::toStringChildren()
    compile children to string.
toStringCloseTag
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::toStringCloseTag()
    compile closing tag to string.
toStringElse
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringElse()
    HTML_Template_Flexy_Token_Else toString
toStringElse
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringElse()
    HTML_Template_Flexy_Token_Else toString
toStringEnd
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringEnd()
    HTML_Template_Flexy_Token_End toString
toStringEnd
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringEnd()
    HTML_Template_Flexy_Token_End toString
toStringEndTag
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringEndTag()
    HTML_Template_Flexy_Token_EndTag toString
toStringEndTag
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringEndTag()
    HTML_Template_Flexy_Token_EndTag toString
toStringForeach
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringForeach()
    HTML_Template_Flexy_Token_Foreach toString
toStringForeach
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringForeach()
    HTML_Template_Flexy_Token_Foreach toString
toStringIf
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringIf()
    HTML_Template_Flexy_Token_If toString
toStringIf
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringIf()
    HTML_Template_Flexy_Token_If toString
toStringMethod
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringMethod()
    HTML_Template_Flexy_Token_Method toString
toStringMethod
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringMethod()
    HTML_Template_Flexy_Token_Method toString
toStringOpenTag
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::toStringOpenTag()
    convert a tag into compiled version
toStringProcessing
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringProcessing()
    HTML_Template_Flexy_Token_Processing toString
toStringProcessing
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringProcessing()
    HTML_Template_Flexy_Token_Processing toString
toStringTag
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringTag()
    HTML_Template_Flexy_Token_Tag toString
toStringTag
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringTag()
    HTML_Template_Flexy_Token_Tag toString
toStringText
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringText()
    HTML_Template_Flexy_Token_Text toString
toStringText
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringText()
    HTML_Template_Flexy_Token_Text toString
toStringVar
in file Flexy.php, method HTML_Template_Flexy_Compiler_Flexy::toStringVar()
    HTML_Template_Flexy_Token_Var toString
toStringVar
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringVar()
    HTML_Template_Flexy_Token_Var toString
toVar
in file Token.php, method HTML_Template_Flexy_Token::toVar()
    get the real variable name formated x.y.z => $this->x->y->z if a variable is in the stack it return $x->y->z
translateString
in file Flexy.php, method HTML_Template_Flexy::translateString()
    translateString - a gettextWrapper
top

u

$ucAttributes
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$ucAttributes
    Associative array of attributes ucase to Original Case for attributes..
unHtmlEntities
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::unHtmlEntities()
    do the reverse of htmlspecialchars on an attribute..
unHtmlEntities
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::unHtmlEntities()
    do the reverse of htmlspecialchars on an attribute..
unHtmlEntitiesChar
in file Tag.php, method HTML_Template_Flexy_Compiler_Flexy_Tag::unHtmlEntitiesChar()
top

v

$value
in file Token.php, variable HTML_Template_Flexy_Token::$value
    the default value (normally a string)
$value
in file Foreach.php, variable HTML_Template_Flexy_Token_Foreach::$value
    optional value (in key=>value pair)
$value
in file Element.php, variable HTML_Template_Flexy_Element::$value
    a value for delayed merging into live objects if you set this on an element, it is merged by setValue, at merge time.
$variables
in file Assign.php, variable HTML_Template_Flexy_Assign::$variables
    The variables stored in the Assigner
$vars
in file SmartyAPI.php, variable HTML_Template_Flexy_SmartyAPI::$vars
    where the data for the template gets stored.
top

w

$words
in file Translator.php, variable HTML_Template_Flexy_Translator::$words
    Array of templates and the words found in each one.
top

y

$yychar
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yychar
$yyEndOfLine
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yyEndOfLine
$yyline
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yyline
$yy_acpt
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_acpt
$yy_at_bol
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_at_bol
$yy_buffer
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_buffer
$yy_buffer_end
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_buffer_end
$yy_buffer_index
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_buffer_index
$yy_buffer_read
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_buffer_read
$yy_buffer_start
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_buffer_start
$yy_cmap
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_cmap
$yy_error_string
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_error_string
$yy_last_was_cr
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_last_was_cr
$yy_lexical_state
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_lexical_state
$yy_nxt
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_nxt
$yy_reader
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_reader
$yy_rmap
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_rmap
$yy_state_dtrans
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$yy_state_dtrans
yybegin
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yybegin()
yylength
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yylength()
yylex
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yylex()
yytext
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yytext()
yy_advance
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yy_advance()
yy_error
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yy_error()
yy_mark_end
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yy_mark_end()
yy_mark_start
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yy_mark_start()
yy_move_end
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yy_move_end()
yy_to_mark
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::yy_to_mark()
top

Documentation generated on Mon, 11 Mar 2019 15:59:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.