ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
Settings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Help\GuidedTour\Settings
;
22
23
class
Settings
24
{
25
public
function
__construct
(
26
protected
int
$obj_id,
27
protected
bool
$active,
28
protected
string
$screen_ids,
29
protected
PermissionType
$permission,
30
protected
string
$lang
31
) {
32
}
33
34
public
function
getObjId
():
int
35
{
36
return
$this->obj_id;
37
}
38
39
public
function
isActive
(): bool
40
{
41
return
$this->active;
42
}
43
44
public
function
getScreenIds
(): string
45
{
46
return
$this->screen_ids;
47
}
48
49
public
function
getPermission
():
PermissionType
50
{
51
return
$this->permission;
52
}
53
54
public
function
getLanguage
(): string
55
{
56
return
$this->lang;
57
}
58
}
ILIAS\Help\GuidedTour\Settings\Settings
Definition:
Settings.php:24
ILIAS\Help\GuidedTour\Settings\Settings\isActive
isActive()
Definition:
Settings.php:39
ILIAS\Help\GuidedTour\Settings\Settings\getObjId
getObjId()
Definition:
Settings.php:34
ILIAS\Help\GuidedTour\Settings\Settings\getLanguage
getLanguage()
Definition:
Settings.php:54
ILIAS\Help\GuidedTour\Settings\Settings\getScreenIds
getScreenIds()
Definition:
Settings.php:44
ILIAS\Help\GuidedTour\Settings\Settings\__construct
__construct(protected int $obj_id, protected bool $active, protected string $screen_ids, protected PermissionType $permission, protected string $lang)
Definition:
Settings.php:25
ILIAS\Help\GuidedTour\Settings\Settings\getPermission
getPermission()
Definition:
Settings.php:49
ILIAS\Help\GuidedTour\Settings
Definition:
PermissionType.php:21
ILIAS\Help\GuidedTour\Settings\PermissionType
PermissionType
Definition:
PermissionType.php:24
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Help
GuidedTour
Settings
Settings.php
Generated on Sun Nov 2 2025 23:01:41 for ILIAS by
1.9.4 (using
Doxyfile
)