ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
 
 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: