|
Previous Page |
Solar_View |
Next Page |
getHelper()
public
object
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
- 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()