ContainerAwareInterface
in
ContainerAwareInterface should be implemented by classes that depends on a Container.
since Symfony 6.4, use dependency injection instead
Tags
Table of Contents
Methods
- setContainer() : void
- Sets the container.
Methods
setContainer()
Sets the container.
public
setContainer(ContainerInterface|null $container) : void
Parameters
- $container : ContainerInterface|null