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