abstract class Helper implements HelperInterface
Helper is the base class for all helper classes.
Methods
|
setHelperSet(HelperSet $helperSet = null)
Sets the helper set associated with this helper. |
||
| HelperSet |
getHelperSet()
Gets the helper set associated with this helper. |
Details
at line 28
public
setHelperSet(HelperSet $helperSet = null)
Sets the helper set associated with this helper.
at line 38
public HelperSet
getHelperSet()
Gets the helper set associated with this helper.