HelperInterface is the interface all helpers must implement.
- author Fabien Potencier
Abstract
Interface
Methods |
public
abstract
getHelperSet
() : ?
Symfony Gets the helper set associated with this helper. |
public
abstract
getName
() Returns the canonical name of this helper.
|
public
abstract
setHelperSet
(
?
Symfony Sets the helper set associated with this helper. |