Solar_View::getHelper()

public object Solar_View::getHelper ( string $name )

Returns an internal helper object; creates it as needed.

Parameters

  • (string) $name: The helper name. If this helper has not been created yet, this method creates it after loading it from the helper class stack.

Returns

  • (object) An internal helper object.

Description

Returns an internal helper object; creates it as needed.



Local