phpDocumentor Naos_Template
[ class tree: Naos_Template ] [ index: Naos_Template ] [ all elements ]

Element index for package Naos_Template

Package indexes

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ l ] [ m ] [ n ] [ o ] [ r ] [ s ] [ t ] [ _ ]

_

_

__construct
in file LayoutHandler.php, method Naos_Template_SmartyCompiler_LayoutHandler::__construct()
    Constructor
__construct
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::__construct()
    Constructor
a

a

AbstractHtmlCompiler.php
procedural page AbstractHtmlCompiler.php
AbstractHandler.php
procedural page AbstractHandler.php
c

c

checkOperation
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::checkOperation()
    Checks if a given operation is enabled
compile
in file AbstractHtmlCompiler.php, method Naos_Template_AbstractHtmlCompiler::compile()
    Compiles a template file
d

d

decodeTagAttribute
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::decodeTagAttribute()
    Decodes a tag attribute
decodeText
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::decodeText()
    Decodes text
documentEnd
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::documentEnd()
    Called by Naos_Template_HtmlCompiler when the document ends
documentEnd
in file DefaultHandler.php, method Naos_Template_SmartyCompiler_DefaultHandler::documentEnd()
    Called by Naos_Template_SmartyCompiler when the document ends
documentStart
in file DefaultHandler.php, method Naos_Template_SmartyCompiler_DefaultHandler::documentStart()
    Called by Naos_Template_SmartyCompiler when the document starts
documentStart
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::documentStart()
    Called by Naos_Template_HtmlCompiler when the document starts
DefaultHandler.php
procedural page DefaultHandler.php
e

e

encodeTagAttribute
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::encodeTagAttribute()
    Encodes a tag attribute
encodeText
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::encodeText()
    Encodes text
g

g

getAppendData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::getAppendData()
    Returns data for O_APPEND_CONTENT
getAttributesData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::getAttributesData()
    Get attributes for O_SET_ATTRIBUTES
getNameData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::getNameData()
    Get tag name for O_SET_NAME
getPrependData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::getPrependData()
    Returns data for O_PREPEND_CONTENT
getReplaceData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::getReplaceData()
    Gets data for replace operation
h

h

HandlerOperation.php
procedural page HandlerOperation.php
HtmlCompiler.php
procedural page HtmlCompiler.php
l

l

lexer
in file SmartyCompiler.php, method Naos_Template_SmartyCompiler::lexer()
    Converts the template in a sequence of tokens
lexer
in file HtmlCompiler.php, method Naos_Template_HtmlCompiler::lexer()
    Converts the template in a sequence of tokens
lexer
in file AbstractHtmlCompiler.php, method Naos_Template_AbstractHtmlCompiler::lexer()
    Converts the template in a sequence of tokens
LayoutHandler.php
procedural page LayoutHandler.php
m

m

merge
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::merge()
    Merges two TagOperations
n

n

Naos_Template_AbstractHtmlCompiler
in file AbstractHtmlCompiler.php, class Naos_Template_AbstractHtmlCompiler
    Naos_Template_AbstractHtmlCompiler compiles a template, which means nothing else than reading a html file and producing a html file.
Naos_Template_HtmlCompiler
in file HtmlCompiler.php, class Naos_Template_HtmlCompiler
    Naos_Template_HtmlCompiler compiles a template, which means nothing else than reading a html file and producing a html file.
Naos_Template_HtmlCompiler_AbstractHandler
in file AbstractHandler.php, class Naos_Template_HtmlCompiler_AbstractHandler
    Naos_Template_HtmlCompiler_AbstractHandler allows to implement a handler which defines operations on an html document while parsing it.
Naos_Template_HtmlCompiler_HandlerOperation
in file HandlerOperation.php, class Naos_Template_HtmlCompiler_HandlerOperation
    Naos_Template_HtmlCompiler_HandlerOperation defines an operation on an tag for Naos_Template_HtmlCompiler
Naos_Template_SmartyCompiler
in file SmartyCompiler.php, class Naos_Template_SmartyCompiler
    Naos_Template_SmartyCompiler compiles a template, which means nothing else than reading a smarty html file and producing a smarty html file.
Naos_Template_SmartyCompiler_DefaultHandler
in file DefaultHandler.php, class Naos_Template_SmartyCompiler_DefaultHandler
    Naos_Template_SmartyCompiler_DefaultHandler
Naos_Template_SmartyCompiler_LayoutHandler
in file LayoutHandler.php, class Naos_Template_SmartyCompiler_LayoutHandler
    Naos_Template_SmartyCompiler_LayoutHandler
o

o

O_APPEND_CONTENT
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_APPEND_CONTENT
O_IGNORE
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_IGNORE
    Type constants
O_IGNORE_CONTENT
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_IGNORE_CONTENT
O_INNER_REPLACE
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_INNER_REPLACE
O_OUTER_REPLACE
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_OUTER_REPLACE
O_PREPEND_CONTENT
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_PREPEND_CONTENT
O_SET_ATTRIBUTES
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_SET_ATTRIBUTES
O_SET_NAME
in file HandlerOperation.php, class constant Naos_Template_HtmlCompiler_HandlerOperation::O_SET_NAME
r

r

renderTag
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::renderTag()
    Renders an tag with text
s

s

setAppendData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::setAppendData()
    Set data for O_APPEND_CONTENT
setAttributesData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::setAttributesData()
    Set attributes for O_SET_ATTRIBUTES
setNameData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::setNameData()
    Set tag name for O_SET_NAME
setPrependData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::setPrependData()
    Set data for O_PREPEND_CONTENT
setReplaceData
in file HandlerOperation.php, method Naos_Template_HtmlCompiler_HandlerOperation::setReplaceData()
    Sets data for replace operation. Data should be encoded.
SmartyCompiler.php
procedural page SmartyCompiler.php
t

t

tagEnd
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::tagEnd()
    Called by Naos_Template_HtmlCompiler when a tag ends
tagEnd
in file DefaultHandler.php, method Naos_Template_SmartyCompiler_DefaultHandler::tagEnd()
    Called by Naos_Template_SmartyCompiler when a tag ends
tagStart
in file LayoutHandler.php, method Naos_Template_SmartyCompiler_LayoutHandler::tagStart()
    Called by Naos_Template_SmartyCompiler when a new tag starts
tagStart
in file DefaultHandler.php, method Naos_Template_SmartyCompiler_DefaultHandler::tagStart()
    Called by Naos_Template_SmartyCompiler when a new tag starts
tagStart
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::tagStart()
    Called by Naos_Template_HtmlCompiler when a new tag starts
text
in file DefaultHandler.php, method Naos_Template_SmartyCompiler_DefaultHandler::text()
    Called by Naos_Template_SmartyCompiler when tag content is available (might be called multiple times)
text
in file AbstractHandler.php, method Naos_Template_HtmlCompiler_AbstractHandler::text()
    Called by Naos_Template_HtmlCompiler when text is available

Documentation generated on Sat, 13 Sep 2008 01:40:30 -0400 by phpDocumentor 1.4.0