ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\Export\Schema\ilXmlSchemaInfoCollection Class Reference
+ Inheritance diagram for ILIAS\Export\Schema\ilXmlSchemaInfoCollection:
+ Collaboration diagram for ILIAS\Export\Schema\ilXmlSchemaInfoCollection:

Public Member Functions

 offsetGet (mixed $key)
 
 offsetSet (mixed $key, mixed $value)
 

Detailed Description

Definition at line 25 of file class.ilXmlSchemaInfoCollection.php.

Member Function Documentation

◆ offsetGet()

ILIAS\Export\Schema\ilXmlSchemaInfoCollection::offsetGet ( mixed  $key)

Definition at line 27 of file class.ilXmlSchemaInfoCollection.php.

Referenced by ILIAS\Export\Schema\ilXmlSchemaFactory\getLatest().

27  : ilXmlSchemaInfo
28  {
29  return parent::offsetGet($key);
30  }
string $key
Consumer key/client ID value.
Definition: System.php:193
+ Here is the caller graph for this function:

◆ offsetSet()

ILIAS\Export\Schema\ilXmlSchemaInfoCollection::offsetSet ( mixed  $key,
mixed  $value 
)

Definition at line 32 of file class.ilXmlSchemaInfoCollection.php.

32  : void
33  {
34  parent::offsetSet($key, $value); // TODO: Change the autogenerated stub
35  }
string $key
Consumer key/client ID value.
Definition: System.php:193

The documentation for this class was generated from the following file: