ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
ObjectCustomIconPresenter.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ILIASObject\Properties\AdditionalProperties\Icon
;
22
23
class
ObjectCustomIconPresenter
implements
Presenter
24
{
25
public
function
__construct
(
26
private
readonly
Custom
$icon
27
) {
28
}
29
30
public
function
exists
(): bool
31
{
32
return
$this->icon->exists();
33
}
34
35
public
function
getFullPath
(): string
36
{
37
return
$this->icon->getFullPath();
38
}
39
}
ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\ObjectCustomIconPresenter\getFullPath
getFullPath()
Definition:
ObjectCustomIconPresenter.php:35
ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\Presenter
Definition:
Presenter.php:23
ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\ObjectCustomIconPresenter\__construct
__construct(private readonly Custom $icon)
Definition:
ObjectCustomIconPresenter.php:25
ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\ObjectCustomIconPresenter
Definition:
ObjectCustomIconPresenter.php:23
Transformation
ILIAS\ILIASObject\Properties\AdditionalProperties\Icon
Definition:
Configuration.php:21
ILIAS\ILIASObject\Properties\AdditionalProperties\Icon\ObjectCustomIconPresenter\exists
exists()
Definition:
ObjectCustomIconPresenter.php:30
components
ILIAS
ILIASObject
src
Properties
AdditionalProperties
Icon
ObjectCustomIconPresenter.php
Generated on Mon Sep 1 2025 23:03:16 for ILIAS by
1.8.13 (using
Doxyfile
)