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.

Details

void setHelperSet(HelperSet|null$helperSet)

Sets the helper set associated with this helper.

Parameters

HelperSet|null $helperSet

Return Value

void

HelperSet|null getHelperSet()

Gets the helper set associated with this helper.

Return Value

HelperSet|null

string getName()

Returns the canonical name of this helper.

Return Value

string