ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
An object that looks like a Dependency Injection Container but actually does nothing. More...
Public Member Functions | |
offsetSet ($id, $value) | |
offsetGet ($id) | |
offsetExists ($id) | |
offsetUnset ($id) | |
An object that looks like a Dependency Injection Container but actually does nothing.
Definition at line 27 of file NullDIC.php.
ILIAS\Component\Dependencies\NullDIC::offsetExists | ( | $id | ) |
Definition at line 38 of file NullDIC.php.
ILIAS\Component\Dependencies\NullDIC::offsetGet | ( | $id | ) |
Definition at line 33 of file NullDIC.php.
References null.
ILIAS\Component\Dependencies\NullDIC::offsetSet | ( | $id, | |
$value | |||
) |
Definition at line 29 of file NullDIC.php.
ILIAS\Component\Dependencies\NullDIC::offsetUnset | ( | $id | ) |
Definition at line 43 of file NullDIC.php.