Template: ezcTemplateNoContext
[ ]
[ EBNF ] [ Functions ] [ Syntax ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTemplateNoContext
|
The ezcTemplateNoContext class doesn't change the output. This makes testing more easy. [
source]
Implemented Interfaces
Method Summary
|
public void |
cleanupEol(
)
Does nothing. |
|
public void |
cleanupWhitespace(
)
Does nothing. |
|
public void |
identifier(
)
Returns the unique identifier for the context handler. |
|
public void |
indent(
)
Does nothing. |
|
public void |
transformOutput(
$node )
Doesn't change the output, and returns exactly the same node. |
Methods
cleanupEol
void cleanupEol(
)
Does nothing.
cleanupWhitespace
void cleanupWhitespace(
)
Does nothing.
identifier
void identifier(
)
Returns the unique identifier for the context handler.
indent
void indent(
)
Does nothing.
transformOutput
void transformOutput(
$node )
Doesn't change the output, and returns exactly the same node.
Parameters
| Name |
Type |
Description |
$node |
ezcTemplateAstNode |
|
Last updated: Wed, 28 Nov 2007