class IteratorArgument implements ArgumentInterface

Represents a collection of values to lazily iterate over.

Traits

Methods

__construct(array $values)

No description

getValues()

No description

setValues(array $values)

No description

Details

__construct(array $values)

Parameters

array $values

Reference[] getValues()

Return Value

Reference[] The values in the set

setValues(array $values)

Parameters

array $values The service references to put in the set