ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ReaderInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
33 public function allData(PathInterface $path): \Generator;
34
39}
firstData(PathInterface $path)
Get the data of the first of the elements specified by the path.
allData(PathInterface $path)
Get the data of all elements specified by the path.
$path
Definition: ltiservices.php:30