ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ContainerInterface.php
Go to the documentation of this file.
1<?php
7
8use Psr\Container\ContainerInterface as PsrContainerInterface;
9
13interface ContainerInterface extends PsrContainerInterface
14{
15}
An exception for terminatinating execution or to throw for unit testing.
Describes the interface of a container that exposes methods to read its entries.
Describes the interface of a container that exposes methods to read its entries.
@license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)