ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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