ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Services\Reader\ReaderInterface Interface Reference
+ Inheritance diagram for ILIAS\MetaData\Services\Reader\ReaderInterface:
+ Collaboration diagram for ILIAS\MetaData\Services\Reader\ReaderInterface:

Public Member Functions

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

Detailed Description

Definition at line 26 of file ReaderInterface.php.

Member Function Documentation

◆ allData()

ILIAS\MetaData\Services\Reader\ReaderInterface::allData ( PathInterface  $path)

Get the data of all elements specified by the path.

The order of the data is consistent.

Returns
DataInterface[]

Implemented in ILIAS\MetaData\Services\Reader\Reader, and ILIAS\MetaData\Services\Reader\NullReader.

◆ firstData()

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

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

Implemented in ILIAS\MetaData\Services\Reader\Reader, and ILIAS\MetaData\Services\Reader\NullReader.

Referenced by ILIAS\MetaData\Services\CopyrightHelper\CopyrightHelper\getRawCopyright().

+ Here is the caller graph for this function:

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