19declare(strict_types=1);
33 protected \ArrayAccess $wrapped
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);
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
A wrapper around another DIC that superficially adds a _# and passes them to an underlying DIC.
__construct(protected \ArrayAccess $wrapped)