ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\MetaData\XML\Reader\NullReader Class Reference
+ Inheritance diagram for ILIAS\MetaData\XML\Reader\NullReader:
+ Collaboration diagram for ILIAS\MetaData\XML\Reader\NullReader:

Public Member Functions

 read (SimpleXMLElement $xml, Version $version)
 

Detailed Description

Definition at line 28 of file NullReader.php.

Member Function Documentation

◆ read()

ILIAS\MetaData\XML\Reader\NullReader::read ( SimpleXMLElement  $xml,
Version  $version 
)

Implements ILIAS\MetaData\XML\Reader\ReaderInterface.

Definition at line 30 of file NullReader.php.

33  : SetInterface {
34  return new NullSet();
35  }

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