Interface for classes which provides custom functions to the template engine.
The classes must implement this interface and then return a ezcTemplateCustomFunctionDefinition object from the method getCustomFunctionDefinition().
Source for this file: /Template/src/interfaces/custom_function.php
Version: | //autogen// |
public static ezcTemplateCustomFunctionDefinition |
getCustomFunctionDefinition(
$name
)
Return a ezcTemplateCustomFunctionDefinition for the given function $name. |
Return a ezcTemplateCustomFunctionDefinition for the given function $name.
Name | Type | Description |
---|---|---|
$name |
string |