Path

ez components / documentation / api reference / 1.1 / template


eZ Components 1.1

Template: ezcTemplateNoContext

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

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