namespace Symfony\Component\DependencyInjection\ParameterBag
Object name | File name | Summary |
---|---|---|
ContainerBag | vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php | @author Nicolas Grekas <p@tchwork.com> |
ContainerBagInterface | vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php | ContainerBagInterface is the interface implemented by objects that manage service container parameters. |
EnvPlaceholderParameterBag | vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php | @author Nicolas Grekas <p@tchwork.com> |
FrozenParameterBag | vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php | Holds read-only parameters. |
ParameterBag | vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php | Holds parameters. |
ParameterBagInterface | vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php | ParameterBagInterface is the interface implemented by objects that manage service container parameters. |