| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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.