Zeta Components Manual :: Docs For Class ezcTemplateNoContext
Template::ezcTemplateNoContext
Class ezcTemplateNoContext
The ezcTemplateNoContext class doesn't change the output. This makes testing more easy.
Source for this file: /Template/src/contexts/no_context.php
Implements interfaces:
Version: | //autogen// |
Method Summary
public string |
identifier(
)
Returns the unique identifier for the context handler. |
public ezcTemplateAstNode |
transformOutput(
$node
)
Doesn't change the output, and returns exactly the same node. |
Methods
identifier
string
identifier(
)
Returns the unique identifier for the context handler.
Implementation of:
Method | Description |
---|---|
ezcTemplateOutputContext::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
)
Doesn't change the output, and returns exactly the same node.
Parameters:
Name | Type | Description |
---|---|---|
$node |
ezcTemplateAstNode |
Implementation of:
Method | Description |
---|---|
ezcTemplateOutputContext::transformOutput() |
Transforms an expressions so it can be displayed in the current output context correctly. |
Documentation generated by phpDocumentor 1.4.3