ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
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
25
class
ilXmlSchemaInfoCollection
extends
ArrayObject
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
}
ArrayObject
ILIAS\Export\Schema\ilXmlSchemaInfoCollection\offsetSet
offsetSet(mixed $key, mixed $value)
Definition:
class.ilXmlSchemaInfoCollection.php:32
ILIAS\Export\Schema
Definition:
class.ilXmlSchemaFactory.php:21
ILIAS\Export\Schema\ilXmlSchemaInfoCollection\offsetGet
offsetGet(mixed $key)
Definition:
class.ilXmlSchemaInfoCollection.php:27
ILIAS\LTI\ToolProvider\$key
string $key
Consumer key/client ID value.
Definition:
System.php:193
ILIAS\Export\Schema\ilXmlSchemaInfo
Definition:
class.ilXmlSchemaInfo.php:26
ILIAS\Export\Schema\ilXmlSchemaInfoCollection
Definition:
class.ilXmlSchemaInfoCollection.php:25
Services
Export
classes
Schema
class.ilXmlSchemaInfoCollection.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)