[ all elements ]

Index of all elements

[ e ] [ g ] [ i ] [ p ] [ s ] [ t ] [ _ ]

e

EmptyTagHandler
in file EmptyTagHandler.class.php, class EmptyTagHandler
    EmptyTagHandler.class.php
EmptyTagHandler.class.php
procedural page EmptyTagHandler.class.php
top

g

getTagHandler
in file Temply.class.php, method Temply::getTagHandler()
    Returns the current TagHandler.
top

i

$isCloseTag
in file Temply.class.php, variable ParserTag::$isCloseTag
$isTagClosed
in file Temply.class.php, variable ParserTag::$isTagClosed
isInvisibleChar
in file Temply.class.php, method Temply::isInvisibleChar()
    Checks whether the given character is visible or not.
isTag
in file ITagHandler.class.php, method ITagHandler::isTag()
    This method is called by Temply to check whether a given string is a valid tag.
isTag
in file EmptyTagHandler.class.php, method EmptyTagHandler::isTag()
ITagHandler
in file ITagHandler.class.php, class ITagHandler
    ITagHandler.class.php
ITagHandler.class.php
procedural page ITagHandler.class.php
top

p

parse
in file Temply.class.php, method Temply::parse()
    Parses the content of the provided string, using the current TagHandler for tag processing.
ParserTag
in file Temply.class.php, class ParserTag
    Private dataholder class for internal use by Temply.
PARSER_BEGIN_TAG
in file Temply.class.php, class constant Temply::PARSER_BEGIN_TAG
PARSER_CLOSE_CHAR
in file Temply.class.php, class constant Temply::PARSER_CLOSE_CHAR
PARSER_DIVIDER_CHAR
in file Temply.class.php, class constant Temply::PARSER_DIVIDER_CHAR
PARSER_END_TAG
in file Temply.class.php, class constant Temply::PARSER_END_TAG
PARSER_STATE_READVALUE
in file Temply.class.php, class constant Temply::PARSER_STATE_READVALUE
PARSER_STATE_READ_ATTRNAME
in file Temply.class.php, class constant Temply::PARSER_STATE_READ_ATTRNAME
PARSER_STATE_READ_TAGNAME
in file Temply.class.php, class constant Temply::PARSER_STATE_READ_TAGNAME
PARSER_STATE_RESET
in file Temply.class.php, class constant Temply::PARSER_STATE_RESET
PARSER_STATE_SEARCHASSIGNMENT
in file Temply.class.php, class constant Temply::PARSER_STATE_SEARCHASSIGNMENT
PARSER_STATE_SEARCHATTR
in file Temply.class.php, class constant Temply::PARSER_STATE_SEARCHATTR
PARSER_STATE_SEARCHDIVIDER
in file Temply.class.php, class constant Temply::PARSER_STATE_SEARCHDIVIDER
PARSER_STATE_SEARCHENDOFTAG
in file Temply.class.php, class constant Temply::PARSER_STATE_SEARCHENDOFTAG
PARSER_STATE_SEARCHTAG
in file Temply.class.php, class constant Temply::PARSER_STATE_SEARCHTAG
PARSER_STATE_SEARCHVALUE
in file Temply.class.php, class constant Temply::PARSER_STATE_SEARCHVALUE
preprocessAttribute
in file ITagHandler.class.php, method ITagHandler::preprocessAttribute()
    This method is called by the ThemplateParser <strong>before</strong> the methods processSingleTag or processBlockTag are called.
preprocessAttribute
in file EmptyTagHandler.class.php, method EmptyTagHandler::preprocessAttribute()
processBlockTag
in file EmptyTagHandler.class.php, method EmptyTagHandler::processBlockTag()
processBlockTag
in file ITagHandler.class.php, method ITagHandler::processBlockTag()
    This method is called by Temply whenever a valid tag is found which also has an end-tag.
processSingleTag
in file ITagHandler.class.php, method ITagHandler::processSingleTag()
    This method is called by Temply whenever a valid tag is found which does not have any content.
processSingleTag
in file EmptyTagHandler.class.php, method EmptyTagHandler::processSingleTag()
top

s

setTagHandler
in file Temply.class.php, method Temply::setTagHandler()
    Sets the TagHandler to be used by Temply.
top

t

$tagAttribs
in file Temply.class.php, variable ParserTag::$tagAttribs
$tagEndPos
in file Temply.class.php, variable ParserTag::$tagEndPos
$tagHandler
in file Temply.class.php, variable Temply::$tagHandler
$tagName
in file Temply.class.php, variable ParserTag::$tagName
$tagStartPos
in file Temply.class.php, variable ParserTag::$tagStartPos
Temply
in file Temply.class.php, class Temply
    Temply.class.php
Temply.class.php
procedural page Temply.class.php
top

_

__construct
in file Temply.class.php, method Temply::__construct()
    The constructor of Temply. If no TagHandler is provided, or if the TagHandler is null, an instance of the EmptyTagHandler will be used for tag processing.
top

Documentation generated on Sat, 19 Jun 2010 17:07:50 +0200 by phpDocumentor 1.4.0