ILIAS  trunk Revision v12.0_alpha-33-ge186251a14d
PropertiesAggregator.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24use Generator;
25
27{
31 public function getSubitemProperties(
32 int $parent_ref_id,
33 string $parent_type,
34 ID ...$subitem_ids
35 ): Generator;
36}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
getSubitemProperties(int $parent_ref_id, string $parent_type, ID ... $subitem_ids)