The ezcTemplateXhtmlContext class escapes special HTML characters in the output.
Source for this file: /Template/src/contexts/xhtml_context.php
Version: | //autogen// |
public string |
identifier(
)
Returns the unique identifier for the context handler. |
public ezcTemplateAstNode |
transformOutput(
$node
)
Escapes special HTML characters in the output. |
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. |
Escapes special HTML characters in the output.
Name | Type | Description |
---|---|---|
$node |
ezcTemplateAstNode |
Method | Description |
---|---|
ezcTemplateOutputContext::transformOutput() |
Transforms an expressions so it can be displayed in the current output context correctly. |