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

Element index for package apidoc

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

a

$args
in file Method.php, variable HTML_Template_Flexy_Token_Method::$args (subpackage: HTML_Template_Flexy-0.5.1)
    arguments, either variables or literals eg. #xxxxx yyyy#
$argTokens
in file Text.php, variable HTML_Template_Flexy_Token_Text::$argTokens (subpackage: HTML_Template_Flexy-0.5.1)
    List of argument tokens.
$attributes
in file Element.php, variable HTML_Template_Flexy_Element::$attributes (subpackage: HTML_Template_Flexy-0.5.1)
    Associative array of table attributes
$attributes
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$attributes (subpackage: HTML_Template_Flexy-0.5.1)
    Associative array of attributes. (original case)
appendHtml
in file Compiler.php, method HTML_Template_Flexy_Compiler::appendHtml() (subpackage: HTML_Template_Flexy-0.5.1)
    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() (subpackage: HTML_Template_Flexy-0.5.1)
    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() (subpackage: HTML_Template_Flexy-0.5.1)
    actually it will only be used to apply the pre and post filters
top

b

backSearch
in file Text.php, method HTML_Template_Flexy_Token_Text::backSearch() (subpackage: HTML_Template_Flexy-0.5.1)
    Search backwards for whitespace and flexy tags to add to string.
bufferedOutputObject
in file Flexy.php, method HTML_Template_Flexy::bufferedOutputObject() (subpackage: HTML_Template_Flexy-0.5.1)
    Outputs an object as $t, buffers the result and returns it.
buildChildren
in file Token.php, method HTML_Template_Flexy_Token::buildChildren() (subpackage: HTML_Template_Flexy-0.5.1)
    Build the child array for each element.
buildTokens
in file Token.php, method HTML_Template_Flexy_Token::buildTokens() (subpackage: HTML_Template_Flexy-0.5.1)
    Run a Tokenizer and Store its results It should build a DOM Tree of the HTML
top

c

$children
in file Element.php, variable HTML_Template_Flexy_Element::$children (subpackage: HTML_Template_Flexy-0.5.1)
    Sequence array of children
$children
in file Token.php, variable HTML_Template_Flexy_Token::$children (subpackage: HTML_Template_Flexy-0.5.1)
    array of children to each object.
$close
in file Token.php, variable HTML_Template_Flexy_Token::$close (subpackage: HTML_Template_Flexy-0.5.1)
    Matching closing tag for a Token
$close
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$close (subpackage: HTML_Template_Flexy-0.5.1)
    Alias to closing tag (built externally).
$compiledTemplate
in file Flexy.php, variable HTML_Template_Flexy::$compiledTemplate (subpackage: HTML_Template_Flexy-0.5.1)
    The compiled template filename (Full path)
$compiler
in file Tag.php, variable HTML_Template_Flexy_Compiler_Standard_Tag::$compiler (subpackage: HTML_Template_Flexy-0.5.1)
    Parent Compiler for
$condition
in file If.php, variable HTML_Template_Flexy_Token_If::$condition (subpackage: HTML_Template_Flexy-0.5.1)
    Condition for the if statement.
$currentTemplate
in file Flexy.php, variable HTML_Template_Flexy::$currentTemplate (subpackage: HTML_Template_Flexy-0.5.1)
    The source template filename (Full path)
childrenToHtml
in file Element.php, method HTML_Template_Flexy_Element::childrenToHtml() (subpackage: HTML_Template_Flexy-0.5.1)
    Output HTML and children
clearAttribute
in file Tag.php, method HTML_Template_Flexy_Token_Tag::clearAttribute() (subpackage: HTML_Template_Flexy-0.5.1)
    clearAttributes = removes an attribute from the object.
compile
in file Token.php, method HTML_Template_Flexy_Token::compile() (subpackage: HTML_Template_Flexy-0.5.1)
    compile to String (vistor method) replaces toString
compile
in file Flexy.php, method HTML_Template_Flexy::compile() (subpackage: HTML_Template_Flexy-0.5.1)
    compile the template
compile
in file Compiler.php, method HTML_Template_Flexy_Compiler::compile() (subpackage: HTML_Template_Flexy-0.5.1)
    The compile method.
compile
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::compile() (subpackage: HTML_Template_Flexy-0.5.1)
    The compile method.
compileAll
in file Flexy.php, method HTML_Template_Flexy::compileAll() (subpackage: HTML_Template_Flexy-0.5.1)
    compiles all templates used for offline batch compilation (eg. if your server doesnt have write access to the filesystem)
compileChildren
in file Token.php, method HTML_Template_Flexy_Token::compileChildren() (subpackage: HTML_Template_Flexy-0.5.1)
    compile children (visitor approach).
top

d

debug
in file Flexy.php, method HTML_Template_Flexy::debug() (subpackage: HTML_Template_Flexy-0.5.1)
    if debugging is on, print the debug info to the screen
debug
in file Test.php, method HTML_Template_Flexy_Test::debug() (subpackage: HTML_Template_Flexy-0.5.1)
dump
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::dump() (subpackage: HTML_Template_Flexy-0.5.1)
top

e

$element
in file Tag.php, variable HTML_Template_Flexy_Compiler_Standard_Tag::$element (subpackage: HTML_Template_Flexy-0.5.1)
    The current element to parse..
$elements
in file Flexy.php, variable HTML_Template_Flexy::$elements (subpackage: HTML_Template_Flexy-0.5.1)
    Array of HTML_elements to merge with form
$elementsFile
in file Flexy.php, variable HTML_Template_Flexy::$elementsFile (subpackage: HTML_Template_Flexy-0.5.1)
    The serialized elements array file.
$emailBoundary
in file Flexy.php, variable HTML_Template_Flexy::$emailBoundary (subpackage: HTML_Template_Flexy-0.5.1)
    emailBoundary - to use put {this.emailBoundary} in template
$emaildate
in file Flexy.php, variable HTML_Template_Flexy::$emaildate (subpackage: HTML_Template_Flexy-0.5.1)
    emaildate - to use put {this.emaildate} in template
error
in file Test.php, method HTML_Template_Flexy_Test::error() (subpackage: HTML_Template_Flexy-0.5.1)
top

f

$fileName
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$fileName (subpackage: HTML_Template_Flexy-0.5.1)
    the name of the file being parsed (used by error messages)
$files
in file Test.php, variable HTML_Template_Flexy_Test::$files (subpackage: HTML_Template_Flexy-0.5.1)
$flexy
in file Regex.php, variable HTML_Template_Flexy_Compiler_Regex::$flexy (subpackage: HTML_Template_Flexy-0.5.1)
    The main flexy engine
$foreach
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$foreach (subpackage: HTML_Template_Flexy-0.5.1)
    foreach attribute value for this tag used to ensure that if and foreach are not used toAher.
factory
in file Token.php, method HTML_Template_Flexy_Token::factory() (subpackage: HTML_Template_Flexy-0.5.1)
    factory a Token
factory
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::factory() (subpackage: HTML_Template_Flexy-0.5.1)
    Factory method to create Tag Handlers
factory
in file Compiler.php, method HTML_Template_Flexy_Compiler::factory() (subpackage: HTML_Template_Flexy-0.5.1)
    Factory constructor
findVar
in file Token.php, method HTML_Template_Flexy_Token::findVar() (subpackage: HTML_Template_Flexy-0.5.1)
    do the stack lookup on the variable this relates to flexy t relates to the object being parsed.
forwardSearch
in file Text.php, method HTML_Template_Flexy_Token_Text::forwardSearch() (subpackage: HTML_Template_Flexy-0.5.1)
    Search forwards for whitespace and flexy tags to add to string.
freeze
in file Factory.php, method HTML_Template_Flexy_Factory::freeze() (subpackage: HTML_Template_Flexy-0.5.1)
    freeze - freeze's an element. - just copies the value to the override.
fromArray
in file Factory.php, method HTML_Template_Flexy_Factory::fromArray() (subpackage: HTML_Template_Flexy-0.5.1)
    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() (subpackage: HTML_Template_Flexy-0.5.1)
    fromArrayPrefixed - takes a multi dimensional array, and builds the 'xxx[sss][xx]' => value
top

g

$gettextStringsFile
in file Flexy.php, variable HTML_Template_Flexy::$gettextStringsFile (subpackage: HTML_Template_Flexy-0.5.1)
    The getTextStrings Filename
getAttribute
in file Tag.php, method HTML_Template_Flexy_Token_Tag::getAttribute() (subpackage: HTML_Template_Flexy-0.5.1)
    getAttribute = reads an attribute value and strips the quotes
getAttributes
in file Tag.php, method HTML_Template_Flexy_Token_Tag::getAttributes() (subpackage: HTML_Template_Flexy-0.5.1)
    getAttributes = returns all the attributes key/value without quotes
getElementPhp
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::getElementPhp() (subpackage: HTML_Template_Flexy-0.5.1)
    produces the code for dynamic elements
getElements
in file Flexy.php, method HTML_Template_Flexy::getElements() (subpackage: HTML_Template_Flexy-0.5.1)
    Get an array of elements from the template
getModifierWrapper
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::getModifierWrapper() (subpackage: HTML_Template_Flexy-0.5.1)
    get Modifier Wrapper
top

h

$hasForeach
in file Tag.php, variable HTML_Template_Flexy_Compiler_Standard_Tag::$hasForeach (subpackage: HTML_Template_Flexy-0.5.1)
    Flag to indicate has attribute flexy:foreach (so you cant mix it with flexy:if!)
HTML_Template_Flexy
in file Flexy.php, class HTML_Template_Flexy (subpackage: HTML_Template_Flexy-0.5.1)
    A Flexible Template engine - based on simpletemplate
HTML_Template_Flexy
in file Flexy.php, method HTML_Template_Flexy::HTML_Template_Flexy() (subpackage: HTML_Template_Flexy-0.5.1)
    Constructor
HTML_Template_Flexy_Compiler
in file Compiler.php, class HTML_Template_Flexy_Compiler (subpackage: HTML_Template_Flexy-0.5.1)
    Compiler Globals go here..
HTML_Template_Flexy_Compiler_Regex
in file Regex.php, class HTML_Template_Flexy_Compiler_Regex (subpackage: HTML_Template_Flexy-0.5.1)
HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags
in file RtfSimpleTags.php, class HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags (subpackage: HTML_Template_Flexy-0.5.1)
HTML_Template_Flexy_Compiler_Standard
in file Standard.php, class HTML_Template_Flexy_Compiler_Standard (subpackage: HTML_Template_Flexy-0.5.1)
    Compiler Globals go here..
HTML_Template_Flexy_Compiler_Standard_Tag
in file Tag.php, class HTML_Template_Flexy_Compiler_Standard_Tag (subpackage: HTML_Template_Flexy-0.5.1)
    Compiler That deals with standard HTML Tag output.
HTML_Template_Flexy_Element
in file Element.php, class HTML_Template_Flexy_Element (subpackage: HTML_Template_Flexy-0.5.1)
    Lightweight HTML Element builder and render
HTML_Template_Flexy_Element
in file Element.php, method HTML_Template_Flexy_Element::HTML_Template_Flexy_Element() (subpackage: HTML_Template_Flexy-0.5.1)
    Class constructor
HTML_Template_Flexy_Factory
in file Factory.php, class HTML_Template_Flexy_Factory (subpackage: HTML_Template_Flexy-0.5.1)
HTML_Template_Flexy_Test
in file Test.php, class HTML_Template_Flexy_Test (subpackage: HTML_Template_Flexy-0.5.1)
HTML_Template_Flexy_Test
in file Test.php, method HTML_Template_Flexy_Test::HTML_Template_Flexy_Test() (subpackage: HTML_Template_Flexy-0.5.1)
HTML_Template_Flexy_Token
in file Token.php, class HTML_Template_Flexy_Token (subpackage: HTML_Template_Flexy-0.5.1)
    Base Class for all Tokens.
HTML_Template_Flexy_Tokenizer
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::HTML_Template_Flexy_Tokenizer() (subpackage: HTML_Template_Flexy-0.5.1)
HTML_Template_Flexy_Tokenizer
in file Tokenizer.php, class HTML_Template_Flexy_Tokenizer (subpackage: HTML_Template_Flexy-0.5.1)
HTML_Template_Flexy_Token_Else
in file Else.php, class HTML_Template_Flexy_Token_Else (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle Else
HTML_Template_Flexy_Token_End
in file End.php, class HTML_Template_Flexy_Token_End (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle End statements (eg. close brakets)
HTML_Template_Flexy_Token_EndTag
in file EndTag.php, class HTML_Template_Flexy_Token_EndTag (subpackage: HTML_Template_Flexy-0.5.1)
    The closing HTML Tag = eg. /Table or /Body etc.
HTML_Template_Flexy_Token_Foreach
in file Foreach.php, class HTML_Template_Flexy_Token_Foreach (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle foreach statements
HTML_Template_Flexy_Token_If
in file If.php, class HTML_Template_Flexy_Token_If (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle If statements
HTML_Template_Flexy_Token_Include
in file Include.php, class HTML_Template_Flexy_Token_Include (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle include statements TODO!!!
HTML_Template_Flexy_Token_Method
in file Method.php, class HTML_Template_Flexy_Token_Method (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle method calls
HTML_Template_Flexy_Token_Processing
in file Processing.php, class HTML_Template_Flexy_Token_Processing (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle Processing Directives = <?xml or <?php
HTML_Template_Flexy_Token_Tag
in file Tag.php, class HTML_Template_Flexy_Token_Tag (subpackage: HTML_Template_Flexy-0.5.1)
    A standard HTML Tag = eg. Table/Body etc.
HTML_Template_Flexy_Token_Text
in file Text.php, class HTML_Template_Flexy_Token_Text (subpackage: HTML_Template_Flexy-0.5.1)
    Class to Text - implements gettext support.
HTML_Template_Flexy_Token_Var
in file Var.php, class HTML_Template_Flexy_Token_Var (subpackage: HTML_Template_Flexy-0.5.1)
    Class to handle variable output
top

i

$ignoreChildren
in file Token.php, variable HTML_Template_Flexy_Token::$ignoreChildren (subpackage: HTML_Template_Flexy-0.5.1)
    Flag to ignore children - Used to block output for select/text area etc.
$ignoreHTML
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$ignoreHTML (subpackage: HTML_Template_Flexy-0.5.1)
    ignoreHTML flag
$ignorePHP
in file Tokenizer.php, variable HTML_Template_Flexy_Tokenizer::$ignorePHP (subpackage: HTML_Template_Flexy-0.5.1)
    ignorePHP flag - default is to remove all PHP code from template.
$isConditional
in file Method.php, variable HTML_Template_Flexy_Token_Method::$isConditional (subpackage: HTML_Template_Flexy-0.5.1)
    is it in if statement with a method?
$isNegative
in file Method.php, variable HTML_Template_Flexy_Token_Method::$isNegative (subpackage: HTML_Template_Flexy-0.5.1)
    if the statement is negative = eg. !somevar..
$isNegative
in file If.php, variable HTML_Template_Flexy_Token_If::$isNegative (subpackage: HTML_Template_Flexy-0.5.1)
    if the statement is negative = eg. !somevar..
isWord
in file Text.php, method HTML_Template_Flexy_Token_Text::isWord() (subpackage: HTML_Template_Flexy-0.5.1)
    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.
top

k

$key
in file Foreach.php, variable HTML_Template_Flexy_Token_Foreach::$key (subpackage: HTML_Template_Flexy-0.5.1)
    key value
top

l

$line
in file Token.php, variable HTML_Template_Flexy_Token::$line (subpackage: HTML_Template_Flexy-0.5.1)
    the line the token is from
$loopOn
in file Foreach.php, variable HTML_Template_Flexy_Token_Foreach::$loopOn (subpackage: HTML_Template_Flexy-0.5.1)
    variable to loop on.
top

m

$method
in file Method.php, variable HTML_Template_Flexy_Token_Method::$method (subpackage: HTML_Template_Flexy-0.5.1)
    Method name
$modifier
in file Var.php, variable HTML_Template_Flexy_Token_Var::$modifier (subpackage: HTML_Template_Flexy-0.5.1)
    variable modifier (h = raw, u = urlencode, none = htmlspecialchars)
$modifier
in file Method.php, variable HTML_Template_Flexy_Token_Method::$modifier (subpackage: HTML_Template_Flexy-0.5.1)
    variable modifier (h = raw, u = urlencode, none = htmlspecialchars)
mergeElement
in file Flexy.php, method HTML_Template_Flexy::mergeElement() (subpackage: HTML_Template_Flexy-0.5.1)
    A general Utility method that merges HTML_Template_Flexy_Elements
top

o

$options
in file Compiler.php, variable HTML_Template_Flexy_Compiler::$options (subpackage: HTML_Template_Flexy-0.5.1)
    Options
$options
in file Flexy.php, variable HTML_Template_Flexy::$options (subpackage: HTML_Template_Flexy-0.5.1)
$oTag
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$oTag (subpackage: HTML_Template_Flexy-0.5.1)
    HTML Tag: (original case)
$override
in file Element.php, variable HTML_Template_Flexy_Element::$override (subpackage: HTML_Template_Flexy-0.5.1)
    override the tag.
outputObject
in file Flexy.php, method HTML_Template_Flexy::outputObject() (subpackage: HTML_Template_Flexy-0.5.1)
    Outputs an object as $t
top

p

$postfix
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$postfix (subpackage: HTML_Template_Flexy-0.5.1)
    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 (subpackage: HTML_Template_Flexy-0.5.1)
    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() (subpackage: HTML_Template_Flexy-0.5.1)
parseArgs
in file Test.php, method HTML_Template_Flexy_Test::parseArgs() (subpackage: HTML_Template_Flexy-0.5.1)
parseAttributeForeach
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseAttributeForeach() (subpackage: HTML_Template_Flexy-0.5.1)
    Reads an flexy:foreach attribute -
parseAttributeIf
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseAttributeIf() (subpackage: HTML_Template_Flexy-0.5.1)
    Reads an flexy:if attribute -
parseAttributeIgnore
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseAttributeIgnore() (subpackage: HTML_Template_Flexy-0.5.1)
    Reads an flexy:foreach attribute -
parseTagForm
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTagForm() (subpackage: HTML_Template_Flexy-0.5.1)
    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() (subpackage: HTML_Template_Flexy-0.5.1)
    Reads an Input tag - build a element object for it
parseTags
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTags() (subpackage: HTML_Template_Flexy-0.5.1)
    Reads Tags - and ralays to parseTagXXXXXXX
parseTagSelect
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::parseTagSelect() (subpackage: HTML_Template_Flexy-0.5.1)
    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() (subpackage: HTML_Template_Flexy-0.5.1)
    Deal with a TextArea tag - build a element object for it
pullState
in file Token.php, method HTML_Template_Flexy_Token::pullState() (subpackage: HTML_Template_Flexy-0.5.1)
    tell the generator you are entering a block
pushState
in file Token.php, method HTML_Template_Flexy_Token::pushState() (subpackage: HTML_Template_Flexy-0.5.1)
    tell the generator you are entering a block
pushVar
in file Token.php, method HTML_Template_Flexy_Token::pushVar() (subpackage: HTML_Template_Flexy-0.5.1)
    add a variable to the stack.
top

q

$quickform
in file Test.php, variable HTML_Template_Flexy_Test::$quickform (subpackage: HTML_Template_Flexy-0.5.1)
top

r

raiseError
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::raiseError() (subpackage: HTML_Template_Flexy-0.5.1)
removeAttributes
in file Element.php, method HTML_Template_Flexy_Element::removeAttributes() (subpackage: HTML_Template_Flexy-0.5.1)
    Removes an attributes
returnSimple
in file Tokenizer.php, method HTML_Template_Flexy_Tokenizer::returnSimple() (subpackage: HTML_Template_Flexy-0.5.1)
    return text
reWriteURL
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::reWriteURL() (subpackage: HTML_Template_Flexy-0.5.1)
    reWriteURL - can using the config option 'url_rewrite' format "from:to,from:to" only handle left rewrite.
top

s

$start
in file RtfSimpleTags.php, variable HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags::$start (subpackage: HTML_Template_Flexy-0.5.1)
$startChildren
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$startChildren (subpackage: HTML_Template_Flexy-0.5.1)
    flag to only output the children - set in the core parser.
$stop
in file RtfSimpleTags.php, variable HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags::$stop (subpackage: HTML_Template_Flexy-0.5.1)
setAttributes
in file Element.php, method HTML_Template_Flexy_Element::setAttributes() (subpackage: HTML_Template_Flexy-0.5.1)
    Sets the HTML attributes
setErrors
in file Factory.php, method HTML_Template_Flexy_Factory::setErrors() (subpackage: HTML_Template_Flexy-0.5.1)
    setErrors - sets the suffix of an element to a value..
setOptions
in file Element.php, method HTML_Template_Flexy_Element::setOptions() (subpackage: HTML_Template_Flexy-0.5.1)
    Utility function equivilant to HTML_Select - loadArray **
setRequired
in file Factory.php, method HTML_Template_Flexy_Factory::setRequired() (subpackage: HTML_Template_Flexy-0.5.1)
    setRequired - sets the prefix of an element to a value..
setValue
in file Var.php, method HTML_Template_Flexy_Token_Var::setValue() (subpackage: HTML_Template_Flexy-0.5.1)
    Setvalue - at present raw text.. - needs sorting out..
setValue
in file Token.php, method HTML_Template_Flexy_Token::setValue() (subpackage: HTML_Template_Flexy-0.5.1)
    Standard Value iterpretor
setValue
in file Tag.php, method HTML_Template_Flexy_Token_Tag::setValue() (subpackage: HTML_Template_Flexy-0.5.1)
    Setvalue - gets name, attribute as an array
setValue
in file If.php, method HTML_Template_Flexy_Token_If::setValue() (subpackage: HTML_Template_Flexy-0.5.1)
    Setvalue - a string
setValue
in file Element.php, method HTML_Template_Flexy_Element::setValue() (subpackage: HTML_Template_Flexy-0.5.1)
    Utility function to set values from common tag types.
setValue
in file Foreach.php, method HTML_Template_Flexy_Token_Foreach::setValue() (subpackage: HTML_Template_Flexy-0.5.1)
    Setvalue - a array of all three (last one optional)
setValue
in file Method.php, method HTML_Template_Flexy_Token_Method::setValue() (subpackage: HTML_Template_Flexy-0.5.1)
    setvalue - at present array method, args (need to add modifier)
staticQuickTemplate
in file Flexy.php, method HTML_Template_Flexy::staticQuickTemplate() (subpackage: HTML_Template_Flexy-0.5.1)
    static version which does new, compile and output all in one go.
top

t

$tag
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$tag (subpackage: HTML_Template_Flexy-0.5.1)
    HTML Tag: eg. Body or /Body - uppercase
$tag
in file Element.php, variable HTML_Template_Flexy_Element::$tag (subpackage: HTML_Template_Flexy-0.5.1)
    Tag that this Element represents.
$token
in file Token.php, variable HTML_Template_Flexy_Token::$token (subpackage: HTML_Template_Flexy-0.5.1)
    the token type (Depreciated when we have classes for all tokens
Text.php
procedural page Text.php (subpackage: HTML_Template_Flexy-0.5.1)
toElement
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::toElement() (subpackage: HTML_Template_Flexy-0.5.1)
    Convert flexy tokens to HTML_Template_Flexy_Elements.
toHtml
in file Element.php, method HTML_Template_Flexy_Element::toHtml() (subpackage: HTML_Template_Flexy-0.5.1)
    Output HTML and children
toHtmlnoClose
in file Element.php, method HTML_Template_Flexy_Element::toHtmlnoClose() (subpackage: HTML_Template_Flexy-0.5.1)
    Output Open Tag and any children and not Child tag (designed for use with <form + hidden elements>
toString
in file Tag.php, method HTML_Template_Flexy_Compiler_Standard_Tag::toString() (subpackage: HTML_Template_Flexy-0.5.1)
    toString - display tag, attributes, postfix and any code in attributes.
toString
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toString() (subpackage: HTML_Template_Flexy-0.5.1)
    This is the base toString Method, it relays into toString{TokenName}
toStringElse
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringElse() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_Else toString
toStringEnd
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringEnd() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_End toString
toStringEndTag
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringEndTag() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_EndTag toString
toStringForeach
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringForeach() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_Foreach toString
toStringIf
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringIf() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_If toString
toStringMethod
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringMethod() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_Method toString
toStringProcessing
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringProcessing() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_Processing toString
toStringTag
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringTag() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_Tag toString
toStringText
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringText() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_Text toString
toStringVar
in file Standard.php, method HTML_Template_Flexy_Compiler_Standard::toStringVar() (subpackage: HTML_Template_Flexy-0.5.1)
    HTML_Template_Flexy_Token_Var toString
toVar
in file Token.php, method HTML_Template_Flexy_Token::toVar() (subpackage: HTML_Template_Flexy-0.5.1)
    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
top

u

$ucAttributes
in file Tag.php, variable HTML_Template_Flexy_Token_Tag::$ucAttributes (subpackage: HTML_Template_Flexy-0.5.1)
    Associative array of attributes ucase to Original Case for attributes..
top

v

$value
in file Token.php, variable HTML_Template_Flexy_Token::$value (subpackage: HTML_Template_Flexy-0.5.1)
    the default value (normally a string)
$value
in file Foreach.php, variable HTML_Template_Flexy_Token_Foreach::$value (subpackage: HTML_Template_Flexy-0.5.1)
    optional value (in key=>value pair)
$value
in file Element.php, variable HTML_Template_Flexy_Element::$value (subpackage: HTML_Template_Flexy-0.5.1)
    a value for delayed merging into live objects if you set this on an element, it is merged by setValue, at merge time.
top

y

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

Documentation generated on Sat, 1 May 2004 00:31:34 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.