interface HelperInterface
HelperInterface is the interface all helpers must implement.
Methods
|
setHelperSet(HelperSet $helperSet = null)
Sets the helper set associated with this helper. |
||
| HelperSet |
getHelperSet()
Gets the helper set associated with this helper. |
|
| string |
getName()
Returns the canonical name of this helper. |
Details
at line 30
public
setHelperSet(HelperSet $helperSet = null)
Sets the helper set associated with this helper.
at line 39
public HelperSet
getHelperSet()
Gets the helper set associated with this helper.
at line 48
public string
getName()
Returns the canonical name of this helper.