Index of all elements
[ e ]
[ g ]
[ i ]
[ p ]
[ s ]
[ t ]
[ _ ]
top
top
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
top
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
|
|