19 declare(strict_types=1);
    39         $id = 
"{$id}_{$this->counter}";
    41         $this->wrapped->offsetSet(
$id, $value);
    46         return $this->wrapped->offsetGet(
$id);
    51         return $this->wrapped->offsetExists(
$id);
    56         $this->wrapped->offsetUnset(
$id);
 
__construct(protected \ArrayAccess $wrapped)
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
A wrapper around another DIC that superficially adds a _# and passes them to an underlying DIC...