|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Services\Reader\Reader:
Collaboration diagram for ILIAS\MetaData\Services\Reader\Reader:Public Member Functions | |
| __construct (NavigatorFactoryInterface $navigator_factory, SetInterface $set) | |
| allData (PathInterface $path) | |
| firstData (PathInterface $path) | |
| Get the data of the first of the elements specified by the path. More... | |
| 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... | |
Protected Attributes | |
| NavigatorFactoryInterface | $navigator_factory |
| SetInterface | $set |
Definition at line 29 of file Reader.php.
| ILIAS\MetaData\Services\Reader\Reader::__construct | ( | NavigatorFactoryInterface | $navigator_factory, |
| SetInterface | $set | ||
| ) |
Definition at line 34 of file Reader.php.
References ILIAS\MetaData\Services\Reader\Reader\$navigator_factory, and ILIAS\MetaData\Services\Reader\Reader\$set.
Referenced by ILIAS\MetaData\Services\Reader\ReaderTest\getPath(), and ILIAS\MetaData\Services\Reader\ReaderTest\getReader().
Here is the caller graph for this function:| ILIAS\MetaData\Services\Reader\Reader::allData | ( | PathInterface | $path | ) |
Implements ILIAS\MetaData\Services\Reader\ReaderInterface.
Definition at line 45 of file Reader.php.
References $path.
| ILIAS\MetaData\Services\Reader\Reader::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 53 of file Reader.php.
References $path.
|
protected |
Definition at line 31 of file Reader.php.
Referenced by ILIAS\MetaData\Services\Reader\Reader\__construct().
|
protected |
Definition at line 32 of file Reader.php.
Referenced by ILIAS\MetaData\Services\Reader\Reader\__construct(), and ILIAS\MetaData\Services\Reader\Factory\get().