ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
IDImpl.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
class
IDImpl
implements
ID
24
{
25
public
function
__construct
(
26
protected
string
$id
,
27
protected
string
$type
28
) {
29
}
30
31
public
function
id
(): string
32
{
33
return
$this->id
;
34
}
35
36
public
function
type
(): string
37
{
38
return
$this->type;
39
}
40
}
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ILIAS\Search\Presentation\Result\Subitem\IDImpl
Definition:
IDImpl.php:24
ILIAS\Search\Presentation\Result\Subitem\IDImpl\type
type()
Definition:
IDImpl.php:36
ILIAS\Search\Presentation\Result\Subitem\IDImpl\__construct
__construct(protected string $id, protected string $type)
Definition:
IDImpl.php:25
ILIAS\Search\Presentation\Result\Subitem\IDImpl\id
id()
Definition:
IDImpl.php:31
ILIAS\Search\Presentation\Result\Subitem\ID
Definition:
ID.php:24
ILIAS\Search\Presentation\Result\Subitem
Definition:
ID.php:21
components
ILIAS
Search
classes
Presentation
Result
Subitem
IDImpl.php
Generated on Sun Nov 2 2025 23:03:15 for ILIAS by
1.9.4 (using
Doxyfile
)