ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilXmlSchemaInfoCollection.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\Export\Schema;
22 
23 use ArrayObject;
24 
26 {
27  public function offsetGet(mixed $key): ilXmlSchemaInfo
28  {
29  return parent::offsetGet($key);
30  }
31 
32  public function offsetSet(mixed $key, mixed $value): void
33  {
34  parent::offsetSet($key, $value); // TODO: Change the autogenerated stub
35  }
36 }
string $key
Consumer key/client ID value.
Definition: System.php:193