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

Public Member Functions

 __construct (protected InternalDomainService $domain)
 
 areIdentifiersVisible ()
 

Protected Attributes

ilObjUser $user
 
ILIAS Help GuidedTour Elements IdPresentation $id_pres
 

Detailed Description

Definition at line 25 of file AdminManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Help\GuidedTour\Admin\AdminManager::__construct ( protected InternalDomainService  $domain)

Definition at line 30 of file AdminManager.php.

32 {
33 $this->id_pres = $domain->idPresentation();
34 $this->user = $domain->user();
35 }

References ILIAS\Help\GuidedTour\InternalDomainService\idPresentation(), and ILIAS\Repository\user().

+ Here is the call graph for this function:

Member Function Documentation

◆ areIdentifiersVisible()

ILIAS\Help\GuidedTour\Admin\AdminManager::areIdentifiersVisible ( )

Definition at line 37 of file AdminManager.php.

37 : bool
38 {
39 return in_array($this->user->getLogin(), $this->id_pres->getValidIdPresentationUsers());
40 }

References ILIAS\Repository\user().

+ Here is the call graph for this function:

Field Documentation

◆ $id_pres

ILIAS Help GuidedTour Elements IdPresentation ILIAS\Help\GuidedTour\Admin\AdminManager::$id_pres
protected

Definition at line 28 of file AdminManager.php.

◆ $user

ilObjUser ILIAS\Help\GuidedTour\Admin\AdminManager::$user
protected

Definition at line 27 of file AdminManager.php.


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