interface HelperInterface
HelperInterface is the interface all helpers must implement.
string | getName() Returns the canonical name of this helper. | |
setCharset(string $charset) Sets the default charset. | ||
string | getCharset() Gets the default charset. |
Returns the canonical name of this helper.
string | The canonical name |
Sets the default charset.
string | $charset | The charset |
Gets the default charset.
string | The default charset |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Templating/Helper/HelperInterface.html