| Recommend this page to a friend! |
| Packages of Michael Beck | Xoops 2.5 | htdocs/xoops_lib/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-call.md | Download |
|
|||||||||||||||||||||
{call}
> Note
>
> Template functions are defined global. Since the Smarty compiler is a
> single-pass compiler, The
Attributes| Attribute Name | Required | Description | |----------------|----------|------------------------------------------------------------------------------------------| | name | Yes | The name of the template function | | assign | No | The name of the variable that the output of called template function will be assigned to | | [var ...] | No | variable to pass local to template function | Option Flags| Name | Description | |---------|--------------------------------------------| | nocache | Call the template function in nocache mode | Examples
Will generate the following output
See also |