class TaggedIteratorArgument extends IteratorArgument

Represents a collection of services found by tag name to lazily iterate over.

Traits

Methods

__construct(string $tag)

No description

getValues()

No description

setValues(array $values)

No description

getTag()

No description

Details

__construct(string $tag)

Parameters

string $tag

Reference[] getValues()

Return Value

Reference[] The values in the set

setValues(array $values)

Parameters

array $values The service references to put in the set

getTag()