Path

ez components / documentation / api reference / 2008.2 / template


eZ Components 2008.2

Template: ezcTemplateCustomBlock

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

Interface: ezcTemplateCustomBlock

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

Method Summary

public static ezcTemplateCustomBlockDefinition getCustomBlockDefinition( $name )
Return a ezcTemplateCustomBlockDefinition for the given block $name.

Methods

getCustomBlockDefinition

ezcTemplateCustomBlockDefinition getCustomBlockDefinition( string $name )
Return a ezcTemplateCustomBlockDefinition for the given block $name.

Parameters

Name Type Description
$name string  

Last updated: Mon, 05 Jan 2009