ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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... | |
Definition at line 26 of file ReaderInterface.php.
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.
Implemented in ILIAS\MetaData\Services\Reader\Reader, and ILIAS\MetaData\Services\Reader\NullReader.
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().