ContainerInterface is the interface implemented by service container classes.
@author Fabien Potencier <fabien@symfony.com> @author Johannes M. Schmitt <schmittjoh@gmail.com>
@api
Expanded class hierarchy of ContainerInterface
All classes that implement ContainerInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContainerInterface:: |
public | function | Adds a scope to the container | 1 |
ContainerInterface:: |
public | function | Enters the given scope | 1 |
ContainerInterface:: |
constant | |||
ContainerInterface:: |
public | function | Gets a service. | 1 |
ContainerInterface:: |
public | function | Gets a parameter. | 1 |
ContainerInterface:: |
public | function | Returns true if the given service is defined. | 1 |
ContainerInterface:: |
public | function | Checks if a parameter exists. | 1 |
ContainerInterface:: |
public | function | Whether this container has the given scope | 1 |
ContainerInterface:: |
constant | |||
ContainerInterface:: |
public | function | Determines whether the given scope is currently active. | 1 |
ContainerInterface:: |
public | function | Leaves the current scope, and re-enters the parent scope | 1 |
ContainerInterface:: |
constant | |||
ContainerInterface:: |
constant | |||
ContainerInterface:: |
constant | |||
ContainerInterface:: |
public | function | Sets a service. | 1 |
ContainerInterface:: |
public | function | Sets a parameter. | 1 |