SUIT Framework

Scripting Using Integrated Templates

Docs - call

12/21/2010: SUIT 2.0.2 and Rulebox 1.1.1 released.

Available Since: Rulebox (1.0.0)

Call a function to generate the output.

Syntax [call ( function="str" param="mixed" ... ) /]
Parameters
function

The name of the function to call.

param

A parameter to send to the function. Infinite params can be passed through this method with any name.

Static Variables
delimiter

The string that separates the levels of the variable. (Default: ".")

owner

The object to call the function on. (Default: null. In SUIT for PHP, a global function will be called. In SUIT for Python, nothing will happen.)

Output

The return value of the function.

Config Notes
Changelog
  • 1.1.0 - The static variable "delimiter" has been added.
See Also