Template: ezcTemplateOutputContext
[ ]
[ EBNF ] [ Functions ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcTemplateOutputContext
|
Controls output handling in the template engine. [
source]
The template engine will use the various methods in an output context object to control how the end result is.
The compiler will use the transformOutput() method when generating PHP structures for output.
Method Summary
|
public string |
identifier(
)
Returns the unique identifier for the context handler. This is used to uniquely identify the handler, e.g. it is included in the path of compiled files. |
|
public ezcTemplateAstNode |
transformOutput(
$node )
Transforms an expressions so it can be displayed in the current output context correctly. |
Methods
identifier
string identifier(
)
Returns the unique identifier for the context handler. This is used to uniquely identify the handler, e.g. it is included in the path of compiled files.
transformOutput
ezcTemplateAstNode transformOutput(
$node )
Transforms an expressions so it can be displayed in the current output context correctly.
Parameters
| Name |
Type |
Description |
$node |
ezcTemplateAstNode |
|
Last updated: Mon, 12 Nov 2007