ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Settings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Portfolio\Settings
;
22
23
class
Settings
24
{
25
public
function
__construct
(
26
protected
int
$id
,
27
protected
bool
$ppic
28
) {
29
}
30
31
public
function
getId
():
int
32
{
33
return
$this->id
;
34
}
35
36
public
function
getShowPersonalPicture
(): bool
37
{
38
return
$this->ppic;
39
}
40
}
ILIAS\Portfolio\Settings
Definition:
class.SettingsGUI.php:21
ILIAS\MetaData\OERHarvester\Settings\Settings\Settings\getId
getId()
Definition:
Settings.php:31
ILIAS\MetaData\OERHarvester\Settings\Settings\Settings\__construct
__construct(protected int $id, protected bool $ppic)
Definition:
Settings.php:25
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
SettingsInterface
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\MetaData\OERHarvester\Settings\Settings\Settings\getShowPersonalPicture
getShowPersonalPicture()
Definition:
Settings.php:36
components
ILIAS
Portfolio
Settings
Settings.php
Generated on Wed Sep 3 2025 23:02:29 for ILIAS by
1.8.13 (using
Doxyfile
)