interface ArgumentInterface
Represents a complex argument containing nested values.
@author Titouan Galopin <galopintitouan@gmail.com>
Hierarchy
- interface \Symfony\Component\DependencyInjection\Argument\ArgumentInterface
Expanded class hierarchy of ArgumentInterface
All classes that implement ArgumentInterface
11 files declare their use of ArgumentInterface
- AbstractConfigurator.php in vendor/
symfony/ dependency-injection/ Loader/ Configurator/ AbstractConfigurator.php - AbstractRecursivePass.php in vendor/
symfony/ dependency-injection/ Compiler/ AbstractRecursivePass.php - AnalyzeServiceReferencesPass.php in vendor/
symfony/ dependency-injection/ Compiler/ AnalyzeServiceReferencesPass.php - Autowire.php in vendor/
symfony/ dependency-injection/ Attribute/ Autowire.php - DefinitionErrorExceptionPass.php in vendor/
symfony/ dependency-injection/ Compiler/ DefinitionErrorExceptionPass.php
File
-
vendor/
symfony/ dependency-injection/ Argument/ ArgumentInterface.php, line 19
Namespace
Symfony\Component\DependencyInjection\ArgumentView source
interface ArgumentInterface {
public function getValues() : array;
public function setValues(array $values) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ArgumentInterface::getValues | public | function | 4 | |
ArgumentInterface::setValues | public | function | 4 |