ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
PropertiesReader.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
ILIAS\DI\Container
;
25
use Generator;
26
27
interface
PropertiesReader
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
}
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php: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\PropertiesFactory
Definition:
PropertiesFactory.php:26
ILIAS\Search\Presentation\Result\Subitem\PropertiesReader
Definition:
PropertiesReader.php:28
ILIAS\Search\Presentation\Result\Subitem\PropertiesReader\init
init(Container $dic)
ILIAS\Search\Presentation\Result\Subitem\PropertiesReader\type
static type()
Type of the parent object.
ILIAS\Search\Presentation\Result\Subitem\PropertiesReader\getSubitemProperties
getSubitemProperties(PropertiesFactory $factory, int $parent_ref_id, ID ... $subitem_ids)
Order of the output should respect the order of the subitem_ids.
$dic
$dic
Definition:
ltiresult.php:33
ILIAS\Search\Presentation\Result\Subitem
Definition:
ID.php:21
components
ILIAS
Search
classes
Presentation
Result
Subitem
PropertiesReader.php
Generated on Sun Nov 2 2025 23:03:15 for ILIAS by
1.9.4 (using
Doxyfile
)