HelperInterface
in
HelperInterface is the interface all helpers must implement.
Tags
Table of Contents
Methods
- getHelperSet() : HelperSet|null
- Gets the helper set associated with this helper.
- getName() : string
- Returns the canonical name of this helper.
- setHelperSet() : void
- Sets the helper set associated with this helper.
Methods
getHelperSet()
Gets the helper set associated with this helper.
public
getHelperSet() : HelperSet|null
Return values
HelperSet|nullgetName()
Returns the canonical name of this helper.
public
getName() : string
Return values
stringsetHelperSet()
Sets the helper set associated with this helper.
public
setHelperSet(HelperSet|null $helperSet) : void
Parameters
- $helperSet : HelperSet|null