Path

ez components / documentation / api reference / 2006.2 / template


eZ Components 2006.2

Template: ezcTemplateOutputContext

[ Tutorial ] [ EBNF ] [ Functions ] [ Syntax ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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 void 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 void transformOutput( $node )
Transforms an expressions so it can be displayed in the current output context correctly.

Methods

identifier

void 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

void transformOutput( $node )
Transforms an expressions so it can be displayed in the current output context correctly.

Parameters

Name Type Description
$node ezcTemplateAstNode  

Last updated: Thu, 01 Nov 2007