|
Previous Page |
Solar_View |
Next Page |
__call()
public
string
__call (
string $name,
array $args
)
Executes a helper method with arbitrary parameters.
Parameters
- (string)
$name: The helper name. - (array)
$args: The parameters passed to the helper.
Returns
- (string) The helper output.
Description
Executes a helper method with arbitrary parameters.
Local
- Overview
- Constants
- Properties
- Methods
- __call()
- __construct()
- __destruct()
- __set()
- _exception()
- _setup()
- addHelperClass()
- addTemplatePath()
- apiVersion()
- assign()
- display()
- dump()
- escape()
- fetch()
- getHelper()
- getHelperClass()
- getTemplatePath()
- locale()
- newHelper()
- partial()
- setHelperClass()
- setTemplatePath()
- template()