ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
PropertiesReader.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25use Generator;
26
28{
34 public static function type(): string;
35
36 public function init(Container $dic): void;
37
48 public function getSubitemProperties(
49 PropertiesFactory $factory,
50 int $parent_ref_id,
51 ID ...$subitem_ids
52 ): Generator;
53}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
getSubitemProperties(PropertiesFactory $factory, int $parent_ref_id, ID ... $subitem_ids)
Order of the output should respect the order of the subitem_ids.
$dic
Definition: ltiresult.php:33