Path

ez components / documentation / api reference / 2008.2.1 / template


eZ Components 2008.2.1

Template: ezcTemplateCustomFunction

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

Interface: ezcTemplateCustomFunction

Interface for classes which provides custom functions to the template engine. [source]
The classes must implement this interface and then return a ezcTemplateCustomFunctionDefinition object from the method getCustomFunctionDefinition().

Method Summary

public static ezcTemplateCustomFunctionDefinition getCustomFunctionDefinition( $name )
Return a ezcTemplateCustomFunctionDefinition for the given function $name.

Methods

getCustomFunctionDefinition

ezcTemplateCustomFunctionDefinition getCustomFunctionDefinition( string $name )
Return a ezcTemplateCustomFunctionDefinition for the given function $name.

Parameters

Name Type Description
$name string  

Last updated: Mon, 09 Feb 2009