interface HelperInterface
HelperInterface is the interface all helpers must implement.
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. |
Sets the helper set associated with this helper.
HelperSet | $helperSet |
Gets the helper set associated with this helper.
HelperSet | A HelperSet instance |
Returns the canonical name of this helper.
string | The canonical name |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Console/Helper/HelperInterface.html