W3cubDocs

/Symfony 4.1

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()