ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
A wrapper around another DIC that superficially adds a _# and passes them to an underlying DIC. More...
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.