namespace Symfony\Component\DependencyInjection\Argument
Object name | File name | Summary |
---|---|---|
AbstractArgument | vendor/symfony/dependency-injection/Argument/AbstractArgument.php | Represents an abstract service argument, which have to be set by a compiler pass or a DI extension. |
ArgumentInterface | vendor/symfony/dependency-injection/Argument/ArgumentInterface.php | Represents a complex argument containing nested values. |
BoundArgument | vendor/symfony/dependency-injection/Argument/BoundArgument.php | @author Guilhem Niot <guilhem.niot@gmail.com> |
IteratorArgument | vendor/symfony/dependency-injection/Argument/IteratorArgument.php | Represents a collection of values to lazily iterate over. |
LazyClosure | vendor/symfony/dependency-injection/Argument/LazyClosure.php | @author Nicolas Grekas <p@tchwork.com> |
RewindableGenerator | vendor/symfony/dependency-injection/Argument/RewindableGenerator.php | @internal |
ServiceClosureArgument | vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.php | Represents a service wrapped in a memoizing closure. |
ServiceLocator | vendor/symfony/dependency-injection/Argument/ServiceLocator.php | @author Nicolas Grekas <p@tchwork.com> |
ServiceLocatorArgument | vendor/symfony/dependency-injection/Argument/ServiceLocatorArgument.php | Represents a closure acting as a service locator. |
TaggedIteratorArgument | vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php | Represents a collection of services found by tag name to lazily iterate over. |