function IteratorArgument::__construct
2 calls to IteratorArgument::__construct()
- TaggedIteratorArgument::__construct in vendor/
symfony/ dependency-injection/ Argument/ TaggedIteratorArgument.php - TaggedIteratorArgument::__construct in vendor/
symfony/ dependency-injection/ Argument/ TaggedIteratorArgument.php
1 method overrides IteratorArgument::__construct()
- TaggedIteratorArgument::__construct in vendor/
symfony/ dependency-injection/ Argument/ TaggedIteratorArgument.php
File
-
vendor/
symfony/ dependency-injection/ Argument/ IteratorArgument.php, line 23
Class
- IteratorArgument
- Represents a collection of values to lazily iterate over.
Namespace
Symfony\Component\DependencyInjection\ArgumentCode
public function __construct(array $values) {
$this->setValues($values);
}