|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
A wrapper around another DIC that superficially adds a _# and passes them to an underlying DIC. More...
Inheritance diagram for ILIAS\Component\Dependencies\RenamingDIC:
Collaboration diagram for ILIAS\Component\Dependencies\RenamingDIC:Public Member Functions | |
| __construct (protected \ArrayAccess $wrapped) | |
| offsetSet ($id, $value) | |
| offsetGet ($id) | |
| offsetExists ($id) | |
| offsetUnset ($id) | |
Protected Attributes | |
| int | $counter = 0 |
A wrapper around another DIC that superficially adds a _# and passes them to an underlying DIC.
by 0.
Definition at line 28 of file RenamingDIC.php.
| ILIAS\Component\Dependencies\RenamingDIC::__construct | ( | protected \ArrayAccess | $wrapped | ) |
Definition at line 32 of file RenamingDIC.php.
| ILIAS\Component\Dependencies\RenamingDIC::offsetExists | ( | $id | ) |
Definition at line 49 of file RenamingDIC.php.
References $id.
| ILIAS\Component\Dependencies\RenamingDIC::offsetGet | ( | $id | ) |
Definition at line 44 of file RenamingDIC.php.
References $id.
| ILIAS\Component\Dependencies\RenamingDIC::offsetSet | ( | $id, | |
| $value | |||
| ) |
Definition at line 37 of file RenamingDIC.php.
References $id.
| ILIAS\Component\Dependencies\RenamingDIC::offsetUnset | ( | $id | ) |
Definition at line 54 of file RenamingDIC.php.
References $id.
|
protected |
Definition at line 30 of file RenamingDIC.php.