function ArgumentInterface::setValues
4 methods override ArgumentInterface::setValues()
- BoundArgument::setValues in vendor/
symfony/ dependency-injection/ Argument/ BoundArgument.php - IteratorArgument::setValues in vendor/
symfony/ dependency-injection/ Argument/ IteratorArgument.php - ServiceClosureArgument::setValues in vendor/
symfony/ dependency-injection/ Argument/ ServiceClosureArgument.php - ServiceLocatorArgument::setValues in vendor/
symfony/ dependency-injection/ Argument/ ServiceLocatorArgument.php
File
-
vendor/
symfony/ dependency-injection/ Argument/ ArgumentInterface.php, line 23
Class
- ArgumentInterface
- Represents a complex argument containing nested values.
Namespace
Symfony\Component\DependencyInjection\ArgumentCode
public function setValues(array $values) : void;