HelperInterface
interface HelperInterface
HelperInterface is the interface all helpers must implement.
Methods
void
setHelperSet(HelperSet|null$helperSet)
Sets the helper set associated with this helper.
HelperSet|null
getHelperSet()
Gets the helper set associated with this helper.
string
getName()
Returns the canonical name of this helper.