ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Services\Reader\NullReader Class Reference
+ Inheritance diagram for ILIAS\MetaData\Services\Reader\NullReader:
+ Collaboration diagram for ILIAS\MetaData\Services\Reader\NullReader:

Public Member Functions

 allData (PathInterface $path)
 
 firstData (PathInterface $path)
 Get the data of the first of the elements specified by the path. More...
 

Detailed Description

Definition at line 27 of file NullReader.php.

Member Function Documentation

◆ allData()

ILIAS\MetaData\Services\Reader\NullReader::allData ( PathInterface  $path)
Returns
DataInterface[]

Implements ILIAS\MetaData\Services\Reader\ReaderInterface.

Definition at line 32 of file NullReader.php.

References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().

32  : \Generator
33  {
34  yield from [];
35  }
+ Here is the call graph for this function:

◆ firstData()

ILIAS\MetaData\Services\Reader\NullReader::firstData ( PathInterface  $path)

Get the data of the first of the elements specified by the path.

Implements ILIAS\MetaData\Services\Reader\ReaderInterface.

Definition at line 37 of file NullReader.php.

37  : DataInterface
38  {
39  return new NullData();
40  }

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