|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
System support contacts. More...
Inheritance diagram for ilSystemSupportContactsGUI:
Collaboration diagram for ilSystemSupportContactsGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| showContacts () | |
| Show contacts. More... | |
Static Public Member Functions | |
| static | getFooterLink () |
| Get a contact link to be shown in the footer. More... | |
| static | getFooterText () |
| Get the text for a contact link to be shown in the footer. More... | |
| static | isProfileVisible (int $user_id) |
| Check if the profile of a user can be shown. More... | |
Protected Attributes | |
| ILIAS DI UIServices | $ui |
| $tpl | |
| $lng | |
| $ctrl | |
Static Private Member Functions | |
| static | isAnonymous () |
| Check if the current user is anonymous. More... | |
| static | globalProfilesEnabled () |
| Check if user profiles can be shown to anonymous users. More... | |
System support contacts.
Definition at line 28 of file class.ilSystemSupportContactsGUI.php.
| ilSystemSupportContactsGUI::__construct | ( | ) |
Constructor.
Definition at line 46 of file class.ilSystemSupportContactsGUI.php.
References $DIC, $lng, $tpl, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilSystemSupportContactsGUI::executeCommand | ( | ) |
Execute command.
Definition at line 64 of file class.ilSystemSupportContactsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
static |
Get a contact link to be shown in the footer.
Definition at line 125 of file class.ilSystemSupportContactsGUI.php.
References $DIC, and ilSystemSupportContacts\getValidSupportContactIds().
Referenced by ilFooterStandardGroupsProvider\getEntries().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get the text for a contact link to be shown in the footer.
Definition at line 137 of file class.ilSystemSupportContactsGUI.php.
References $DIC.
Referenced by ilFooterStandardGroupsProvider\getEntries().
Here is the caller graph for this function:
|
staticprivate |
Check if user profiles can be shown to anonymous users.
Definition at line 173 of file class.ilSystemSupportContactsGUI.php.
References $DIC.
Referenced by isProfileVisible().
Here is the caller graph for this function:
|
staticprivate |
Check if the current user is anonymous.
Definition at line 163 of file class.ilSystemSupportContactsGUI.php.
References $DIC, and ANONYMOUS_USER_ID.
|
static |
Check if the profile of a user can be shown.
Definition at line 148 of file class.ilSystemSupportContactsGUI.php.
References $user_id, and globalProfilesEnabled().
Here is the call graph for this function:| ilSystemSupportContactsGUI::showContacts | ( | ) |
Show contacts.
Definition at line 86 of file class.ilSystemSupportContactsGUI.php.
References $user_id, ilObjUser\_lookupEmail(), ilSystemSupportContacts\getValidSupportContactIds(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 41 of file class.ilSystemSupportContactsGUI.php.
|
protected |
Definition at line 39 of file class.ilSystemSupportContactsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilSystemSupportContactsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilSystemSupportContactsGUI.php.