HelperSet represents a set of helpers to be used with a command.
- author Fabien Potencier
- implements \IteratorAggregate<string,\HelperInterface>
CloneableInstantiableIterable
- Implements
IteratorAggregate Traversable
| Methods |
public __construct(array $helpers = [])
|
| public get(string $name) : Symfony Gets a helper value.
|
| public getIterator() : Traversable |
| public has(string $name) : bool Returns true if the helper if defined. |
| public set(Symfony |
| Properties |
private array $helpers = []
|