template 
[ doc home ] [ class tree: template ] [ index: template ] [ all elements ]

Element index for package template

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ]

a

addFuncNode
in file T24TemplateTree.php, method T24TemplateTree::addFuncNode()
    Add function node to the tree.
addInclude
in file T24IncludeTree.php, method T24IncludeTree::addInclude()
    Add a source to the tree.
addParamNode
in file T24TemplateTree.php, method T24TemplateTree::addParamNode()
    Add a parameter node to the tree.
addTextNode
in file T24TemplateTree.php, method T24TemplateTree::addTextNode()
    Add a text node to the tree.
addVarNode
in file T24TemplateTree.php, method T24TemplateTree::addVarNode()
    Add a variable node to the tree.
top

b

$buf
in file T24Reader.php, variable T24Reader::$buf
    The buffer.
top

c

cleanIndex
in file T24TemplateTree.php, method T24TemplateTree::cleanIndex()
c_else
in file T24FunctionContainer.php, method T24FunctionContainer::c_else()
    Define an alternative.
c_end
in file T24FunctionContainer.php, method T24FunctionContainer::c_end()
    End the most recent block.
c_if
in file T24FunctionContainer.php, method T24FunctionContainer::c_if()
    Test if a condition is true.
c_include
in file T24FunctionContainer.php, method T24FunctionContainer::c_include()
    Include another template.
c_invoke
in file T24FunctionContainer.php, method T24FunctionContainer::c_invoke()
    Invoke a registered method.
c_not
in file T24FunctionContainer.php, method T24FunctionContainer::c_not()
    Test if a condition is false.
c_repeat
in file T24FunctionContainer.php, method T24FunctionContainer::c_repeat()
    Define a block template.
c_set
in file T24FunctionContainer.php, method T24FunctionContainer::c_set()
    Assign a value to a variable.
top

d

destroy
in file T24TemplateTree.php, method T24TemplateTree::destroy()
destroy
in file T24Parser.php, method T24Parser::destroy()
    Explicitly run garbage collection.
destroy
in file T24IncludeTree.php, method T24IncludeTree::destroy()
destroy
in file T24FunctionContainer.php, method T24FunctionContainer::destroy()
    Explicitly run garbage collection.
top

e

executeFunction
in file T24FunctionContainer.php, method T24FunctionContainer::executeFunction()
    Execute a buildin function
top

f

free
in file IsterTemplateFactory.php, method IsterTemplateFactory::free()
    Free memory.
freeBuf
in file T24Reader.php, method T24Reader::freeBuf()
top

g

getChild
in file T24Parser.php, method T24Parser::getChild()
    Get a child parser of this parser object.
getIncluded
in file T24IncludeTree.php, method T24IncludeTree::getIncluded()
    Return an array of included sources.
getIncluded
in file T24Parser.php, method T24Parser::getIncluded()
    Get array of all properties set with parserSetProperty().
getIncluded
in file IsterTemplate.php, method IsterTemplate::getIncluded()
getName
in file T24Reader.php, method T24Reader::getName()
getName
in file T24Parser.php, method T24Parser::getName()
    Get the name of the current source.
getParser
in file IsterTemplateFactory.php, method IsterTemplateFactory::getParser()
    Return a parser object for the given language.
getParser
in file IsterTemplate.php, method IsterTemplate::getParser()
    Fetch the current parser object by reference.
getParseResult
in file T24Parser.php, method T24Parser::getParseResult()
    Get the result of the parser run before execution of the result.
getParseResult
in file IsterTemplate.php, method IsterTemplate::getParseResult()
    Get the result of a previous parser run.
getProperties
in file T24Parser.php, method T24Parser::getProperties()
    Get array with names of included sources.
getStruct
in file T24TemplateTree.php, method T24TemplateTree::getStruct()
    Fetch the internal tree array (not recommenden).
getSym
in file T24ReaderFile.php, method T24ReaderFile::getSym()
getSym
in file T24ReaderString.php, method T24ReaderString::getSym()
getTree
in file T24TemplateTree.php, method T24TemplateTree::getTree()
    Fetch the internal tree array (not recommenden).
getVar
in file T24TemplateTree.php, method T24TemplateTree::getVar()
    Fetch the value of a variable.
top

h

$hasbuf
in file T24Reader.php, variable T24Reader::$hasbuf
    Flag indicating if buffer contains data.
top

i

IsterParser.php
procedural page IsterParser.php
IsterTemplateFactory.php
procedural page IsterTemplateFactory.php
IsterTemplate.php
procedural page IsterTemplate.php
isResolved
in file T24TemplateTree.php, method T24TemplateTree::isResolved()
    Check whether the variables are already resolved.
IsterParser
in file IsterParser.php, class IsterParser
    This class represents a template parser.
IsterParser
in file IsterParser.php, method IsterParser::IsterParser()
    Constructor
IsterTemplate
in file IsterTemplate.php, method IsterTemplate::IsterTemplate()
    Constructor
IsterTemplate
in file IsterTemplate.php, class IsterTemplate
    This class represents a Template.
IsterTemplateFactory
in file IsterTemplateFactory.php, method IsterTemplateFactory::IsterTemplateFactory()
    Constructor
IsterTemplateFactory
in file IsterTemplateFactory.php, class IsterTemplateFactory
    This class represents a factory for template languages.
ISTER_TEMPLATE_FILE
in file IsterTemplate.php, constant ISTER_TEMPLATE_FILE
ISTER_TEMPLATE_STRING
in file IsterTemplate.php, constant ISTER_TEMPLATE_STRING
top

n

$name
in file T24Reader.php, variable T24Reader::$name
    Name of this object.
top

p

parse
in file IsterTemplate.php, method IsterTemplate::parse()
    Parse the source using the current parser.
parseFile
in file T24Parser.php, method T24Parser::parseFile()
    Parse the given source.
parserSetProperty
in file T24Parser.php, method T24Parser::parserSetProperty()
    Set properties of the parser.
parseString
in file T24Parser.php, method T24Parser::parseString()
    Parse the given source.
top

r

reset
in file T24ReaderString.php, method T24ReaderString::reset()
resolve
in file T24TemplateTree.php, method T24TemplateTree::resolve()
    Resolve all variables in the tree.
top

s

setBuf
in file T24Reader.php, method T24Reader::setBuf()
setContainer
in file T24Parser.php, method T24Parser::setContainer()
    Set required objects to initialize this.
setLanguage
in file IsterTemplate.php, method IsterTemplate::setLanguage()
    Set the template language.
setParent
in file T24Parser.php, method T24Parser::setParent()
    Set the name of the parent for cild parsers.
setParser
in file T24FunctionContainer.php, method T24FunctionContainer::setParser()
    Set parser this object belongs to.
setParser
in file IsterTemplate.php, method IsterTemplate::setParser()
    Set the current parser object by reference.
setParseResult
in file T24Parser.php, method T24Parser::setParseResult()
    Set the result of a previous parser run as the current result.
setParseResult
in file IsterTemplate.php, method IsterTemplate::setParseResult()
    Set the result of a previous parser run.
setProperty
in file IsterTemplate.php, method IsterTemplate::setProperty()
    Set a property of the template.
setSource
in file IsterTemplate.php, method IsterTemplate::setSource()
    Set the template's source.
setStruct
in file T24TemplateTree.php, method T24TemplateTree::setStruct()
    Fetch the internal tree array (not recommenden).
setTree
in file T24TemplateTree.php, method T24TemplateTree::setTree()
    Fetch the internal tree array (not recommenden).
setup
in file T24TemplateTree.php, method T24TemplateTree::setup()
    Specify setup parameters.
setVar
in file T24TemplateTree.php, method T24TemplateTree::setVar()
    Set a variable.
setVarArray
in file T24TemplateTree.php, method T24TemplateTree::setVarArray()
    Set a number of variables at once.
top

t

T24FunctionContainer.php
procedural page T24FunctionContainer.php
T24IncludeTree.php
procedural page T24IncludeTree.php
T24Parser.php
procedural page T24Parser.php
T24ReaderFile.php
procedural page T24ReaderFile.php
T24ReaderString.php
procedural page T24ReaderString.php
T24Reader.php
procedural page T24Reader.php
T24TemplateTree.php
procedural page T24TemplateTree.php
t24COMMENT
in file T24TemplateTree.php, constant t24COMMENT
t24FUNCCHARS
in file T24Parser.php, constant t24FUNCCHARS
T24FunctionContainer
in file T24FunctionContainer.php, class T24FunctionContainer
    This class represents a set of buildin functions for T24 template language.
T24FunctionContainer
in file T24FunctionContainer.php, method T24FunctionContainer::T24FunctionContainer()
    Constructor
T24IncludeTree
in file T24IncludeTree.php, method T24IncludeTree::T24IncludeTree()
    Constructor
T24IncludeTree
in file T24IncludeTree.php, class T24IncludeTree
    This class represents an include tree.
t24KEEP
in file T24TemplateTree.php, constant t24KEEP
T24Parser
in file T24Parser.php, method T24Parser::T24Parser()
    Constructor
T24Parser
in file T24Parser.php, class T24Parser
    This class represents a parser for the T24 template language.
T24Reader
in file T24Reader.php, method T24Reader::T24Reader()
    Constructor
T24Reader
in file T24Reader.php, class T24Reader
    This class represents a reader for t24.
T24ReaderFile
in file T24ReaderFile.php, method T24ReaderFile::T24ReaderFile()
    Constructor
T24ReaderFile
in file T24ReaderFile.php, class T24ReaderFile
    This class represents a file reader for t24.
T24ReaderString
in file T24ReaderString.php, method T24ReaderString::T24ReaderString()
    Constructor
T24ReaderString
in file T24ReaderString.php, class T24ReaderString
    This class represents a string reader for t24.
t24SKIP
in file T24TemplateTree.php, constant t24SKIP
t24SPACES
in file T24Parser.php, constant t24SPACES
t24STFUNC
in file T24Parser.php, constant t24STFUNC
t24STINC
in file T24Parser.php, constant t24STINC
t24STR
in file T24Parser.php, constant t24STR
t24STSTREAM
in file T24Parser.php, constant t24STSTREAM
t24STTAG
in file T24Parser.php, constant t24STTAG
T24TemplateTree
in file T24TemplateTree.php, method T24TemplateTree::T24TemplateTree()
    Constructor
T24TemplateTree
in file T24TemplateTree.php, class T24TemplateTree
    This class represents a parser tree of a template.
t24VARCHARS
in file T24Parser.php, constant t24VARCHARS
t24VARCHARS1
in file T24Parser.php, constant t24VARCHARS1
t24WARN
in file T24TemplateTree.php, constant t24WARN
T24_FSTATE_CLEAN
in file T24FunctionContainer.php, constant T24_FSTATE_CLEAN
T24_FSTATE_ELSE
in file T24FunctionContainer.php, constant T24_FSTATE_ELSE
T24_FSTATE_IF
in file T24FunctionContainer.php, constant T24_FSTATE_IF
T24_FSTATE_REPEAT
in file T24FunctionContainer.php, constant T24_FSTATE_REPEAT
toString
in file T24TemplateTree.php, method T24TemplateTree::toString()
    Make a string representation of the tree.
toString
in file IsterTemplate.php, method IsterTemplate::toString()
    Return a string representation of the template.
toString
in file T24Parser.php, method T24Parser::toString()
    Return the string representation of the current state of the template.
top

u

unsetVarArray
in file T24TemplateTree.php, method T24TemplateTree::unsetVarArray()
    Unset a number of variables.
top

Documentation generated on Tue, 20 Dec 2005 11:20:16 +0100 by phpDocumentor 1.3.0RC4