Solar_View::__call()
public
string
Solar_View::__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.