ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\Help\GuidedTour\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\Help\GuidedTour\Settings\Settings:

Public Member Functions

 __construct (protected int $obj_id, protected bool $active, protected string $screen_ids, protected PermissionType $permission, protected string $lang)
 
 getObjId ()
 
 isActive ()
 
 getScreenIds ()
 
 getPermission ()
 
 getLanguage ()
 

Detailed Description

Definition at line 23 of file Settings.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Help\GuidedTour\Settings\Settings::__construct ( protected int  $obj_id,
protected bool  $active,
protected string  $screen_ids,
protected PermissionType  $permission,
protected string  $lang 
)

Definition at line 25 of file Settings.php.

31 {
32 }

Member Function Documentation

◆ getLanguage()

ILIAS\Help\GuidedTour\Settings\Settings::getLanguage ( )

Definition at line 54 of file Settings.php.

54 : string
55 {
56 return $this->lang;
57 }

Referenced by ILIAS\Help\GuidedTour\Settings\SettingsDBRepository\save().

+ Here is the caller graph for this function:

◆ getObjId()

ILIAS\Help\GuidedTour\Settings\Settings::getObjId ( )

Definition at line 34 of file Settings.php.

34 : int
35 {
36 return $this->obj_id;
37 }

Referenced by ILIAS\Help\GuidedTour\Settings\SettingsDBRepository\save().

+ Here is the caller graph for this function:

◆ getPermission()

ILIAS\Help\GuidedTour\Settings\Settings::getPermission ( )

Definition at line 49 of file Settings.php.

50 {
51 return $this->permission;
52 }

Referenced by ILIAS\Help\GuidedTour\Settings\SettingsDBRepository\save().

+ Here is the caller graph for this function:

◆ getScreenIds()

ILIAS\Help\GuidedTour\Settings\Settings::getScreenIds ( )

Definition at line 44 of file Settings.php.

44 : string
45 {
46 return $this->screen_ids;
47 }

Referenced by ILIAS\Help\GuidedTour\Settings\SettingsDBRepository\save().

+ Here is the caller graph for this function:

◆ isActive()

ILIAS\Help\GuidedTour\Settings\Settings::isActive ( )

Definition at line 39 of file Settings.php.

39 : bool
40 {
41 return $this->active;
42 }

Referenced by ILIAS\Help\GuidedTour\Settings\SettingsDBRepository\save().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: