ILIAS
trunk Revision v12.0_alpha-33-ge186251a14d
◀ ilDoc Overview
PropertiesAggregator.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Search\Presentation\Result\Subitem
;
22
23
use
ILIAS\Data\URI
;
24
use Generator;
25
26
interface
PropertiesAggregator
27
{
31
public
function
getSubitemProperties
(
32
int
$parent_ref_id,
33
string
$parent_type,
34
ID
...$subitem_ids
35
): Generator;
36
}
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\Search\Presentation\Result\Subitem\ID
Definition:
ID.php:24
ILIAS\Search\Presentation\Result\Subitem\PropertiesAggregator
Definition:
PropertiesAggregator.php:27
ILIAS\Search\Presentation\Result\Subitem\PropertiesAggregator\getSubitemProperties
getSubitemProperties(int $parent_ref_id, string $parent_type, ID ... $subitem_ids)
ILIAS\Search\Presentation\Result\Subitem
Definition:
ID.php:21
components
ILIAS
Search
classes
Presentation
Result
Subitem
PropertiesAggregator.php
Generated on Mon Nov 3 2025 23:02:55 for ILIAS by
1.9.4 (using
Doxyfile
)