|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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... | |
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\NullReader, and ILIAS\MetaData\Services\Reader\Reader.
| 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\NullReader, and ILIAS\MetaData\Services\Reader\Reader.
Referenced by ILIAS\MetaData\Services\CopyrightHelper\CopyrightHelper\getRawCopyright().
Here is the caller graph for this function: