TaggedIteratorArgument
class TaggedIteratorArgument extends IteratorArgument
Represents a collection of services found by tag name to lazily iterate over.
Methods
__construct(string $tag) | ||
array | getValues() | from IteratorArgument |
setValues(array $values) | from IteratorArgument | |
getTag() |
Details
__construct(string $tag)
Parameters
string | $tag |
array getValues()
Return Value
array |
setValues(array $values)
Parameters
array | $values |
getTag()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.html