The ezcTemplateNoContext class doesn't change the output. This makes testing more easy.
Source for this file: /Template/src/contexts/no_context.php
Version: | //autogen// |
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. |
Returns the unique identifier for the context handler.
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. |
Doesn't change the output, and returns exactly the same node.
Name | Type | Description |
---|---|---|
$node |
ezcTemplateAstNode |
Method | Description |
---|---|
ezcTemplateOutputContext::transformOutput() |
Transforms an expressions so it can be displayed in the current output context correctly. |