|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
An object that looks like a Dependency Injection Container but actually does nothing. More...
Inheritance diagram for ILIAS\Component\Dependencies\NullDIC:
Collaboration diagram for ILIAS\Component\Dependencies\NullDIC: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.
| 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.