ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ContainerInterface.php
Go to the documentation of this file.
1<?php
6namespace Psr\Container;
7
12{
23 public function get($id);
24
36 public function has($id);
37}
An exception for terminatinating execution or to throw for unit testing.
if(!array_key_exists('StateId', $_REQUEST)) $id
Describes the interface of a container that exposes methods to read its entries.
has($id)
Returns true if the container can return an entry for the given identifier.
@license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)