ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Describes the interface of a container that exposes methods to read its entries. More...
Additional Inherited Members | |
Public Member Functions inherited from Psr\Container\ContainerInterface | |
get ($id) | |
Finds an entry of the container by its identifier and returns it. More... | |
has ($id) | |
Returns true if the container can return an entry for the given identifier. More... | |
Describes the interface of a container that exposes methods to read its entries.
Definition at line 13 of file ContainerInterface.php.