ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilEmployeeTalkMyStaffListGUI Class Reference

@ilCtrl_IsCalledBy ilEmployeeTalkMyStaffListGUI: ilMyStaffGUI @ilCtrl_IsCalledBy ilEmployeeTalkMyStaffListGUI: ilFormPropertyDispatchGUI @ilCtrl_Calls ilEmployeeTalkMyStaffListGUI: ilObjEmployeeTalkGUI @ilCtrl_Calls ilEmployeeTalkMyStaffListGUI: ilObjEmployeeTalkSeriesGUI More...

+ Inheritance diagram for ilEmployeeTalkMyStaffListGUI:
+ Collaboration diagram for ilEmployeeTalkMyStaffListGUI:

Public Member Functions

 getClassPath ()
 
- Public Member Functions inherited from ilEmployeeTalkMyStaffBaseGUI
 __construct ()
 
 executeCommand ()
 
 getClassPath ()
 
 executeCommand ()
 

Protected Member Functions

 hasCurrentUserAccess ()
 
 loadHeader ()
 
 loadTabs ()
 
- Protected Member Functions inherited from ilEmployeeTalkMyStaffBaseGUI
 hasCurrentUserAccess ()
 
 loadHeader ()
 
 loadTabs ()
 
 loadTalkData ()
 

Additional Inherited Members

- Protected Attributes inherited from ilEmployeeTalkMyStaffBaseGUI
UIServices $ui
 
ilLanguage $language
 
ilTabsGUI $tabs
 
ilMyStaffAccess $access
 
ilCtrl $ctrl
 
ilObjUser $current_user
 
EmployeeTalkRepository $repository
 
ilObjEmployeeTalkAccess $talk_access
 

Detailed Description

Member Function Documentation

◆ getClassPath()

ilEmployeeTalkMyStaffListGUI::getClassPath ( )
Returns
string[]

Reimplemented from ilEmployeeTalkMyStaffBaseGUI.

Definition at line 33 of file class.ilEmployeeTalkMyStaffListGUI.php.

33 : array
34 {
35 return [
36 strtolower(ilDashboardGUI::class),
37 strtolower(ilMyStaffGUI::class),
38 strtolower(ilEmployeeTalkMyStaffListGUI::class)
39 ];
40 }

◆ hasCurrentUserAccess()

ilEmployeeTalkMyStaffListGUI::hasCurrentUserAccess ( )
protected

Reimplemented from ilEmployeeTalkMyStaffBaseGUI.

Definition at line 42 of file class.ilEmployeeTalkMyStaffListGUI.php.

42 : bool
43 {
44 return $this->access->hasCurrentUserAccessToTalks();
45 }

References ILIAS\Repository\access().

+ Here is the call graph for this function:

◆ loadHeader()

ilEmployeeTalkMyStaffListGUI::loadHeader ( )
protected

Reimplemented from ilEmployeeTalkMyStaffBaseGUI.

Definition at line 47 of file class.ilEmployeeTalkMyStaffListGUI.php.

47 : void
48 {
49 $this->ui->mainTemplate()->setTitle($this->language->txt('mm_org_etal'));
50 $this->ui->mainTemplate()->setTitleIcon(ilUtil::getImagePath('standard/icon_etal.svg'));
51 }
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)

References ilUtil\getImagePath(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ILIAS\Repository\ui().

+ Here is the call graph for this function:

◆ loadTabs()

ilEmployeeTalkMyStaffListGUI::loadTabs ( )
protected

Reimplemented from ilEmployeeTalkMyStaffBaseGUI.

Definition at line 53 of file class.ilEmployeeTalkMyStaffListGUI.php.

53 : void
54 {
55 $this->tabs->addTab("view_content", "Content", "#");
56 $this->tabs->activateTab("view_content");
57 $this->tabs->setForcePresentationOfSingleTab(true);
58 }

References ILIAS\Repository\tabs().

+ Here is the call graph for this function:

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