|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\User\Presentation\SettingsTabs:Public Member Functions | |
| __construct (private readonly \ilTabsGUI $tabs_gui, private readonly Language $lng, private readonly \ilCtrl $ctrl, private readonly \ilSetting $settings, private readonly \ilObjUser $current_user) | |
| initializeTabs () | |
Private Member Functions | |
| addSettingsTab () | |
| addChangePasswordTab () | |
| addDeleteAccountTab () | |
| activateTab () | |
| changePasswordAvailable () | |
| deleteAccountAvailable () | |
Private Attributes | |
| const | TAB_ID_SETTINGS = 'settings' |
| const | TAB_ID_CHANGE_PASSWORD = 'change_password' |
| const | TAB_ID_DELETE_ACCOUNT = 'delete_account' |
Definition at line 28 of file SettingsTabs.php.
| ILIAS\User\Presentation\SettingsTabs::__construct | ( | private readonly \ilTabsGUI | $tabs_gui, |
| private readonly Language | $lng, | ||
| private readonly \ilCtrl | $ctrl, | ||
| private readonly \ilSetting | $settings, | ||
| private readonly \ilObjUser | $current_user | ||
| ) |
Definition at line 34 of file SettingsTabs.php.
|
private |
Definition at line 98 of file SettingsTabs.php.
References ILIAS\Repository\ctrl().
Referenced by ILIAS\User\Presentation\SettingsTabs\initializeTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 70 of file SettingsTabs.php.
References ilLocalUserPasswordSettingsGUI\CMD_SHOW_PASSWORD, and ILIAS\Repository\lng().
Referenced by ILIAS\User\Presentation\SettingsTabs\initializeTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 86 of file SettingsTabs.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\User\Presentation\SettingsTabs\initializeTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 58 of file SettingsTabs.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\User\Presentation\SettingsTabs\initializeTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 114 of file SettingsTabs.php.
References ILIAS\Authentication\Password\LocalUserPasswordManager\getInstance().
Referenced by ILIAS\User\Presentation\SettingsTabs\initializeTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 119 of file SettingsTabs.php.
References ILIAS\Repository\settings(), and SYSTEM_USER_ID.
Referenced by ILIAS\User\Presentation\SettingsTabs\initializeTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\User\Presentation\SettingsTabs::initializeTabs | ( | ) |
Definition at line 43 of file SettingsTabs.php.
References ILIAS\User\Presentation\SettingsTabs\activateTab(), ILIAS\User\Presentation\SettingsTabs\addChangePasswordTab(), ILIAS\User\Presentation\SettingsTabs\addDeleteAccountTab(), ILIAS\User\Presentation\SettingsTabs\addSettingsTab(), ILIAS\User\Presentation\SettingsTabs\changePasswordAvailable(), and ILIAS\User\Presentation\SettingsTabs\deleteAccountAvailable().
Here is the call graph for this function:
|
private |
Definition at line 31 of file SettingsTabs.php.
|
private |
Definition at line 32 of file SettingsTabs.php.
|
private |
Definition at line 30 of file SettingsTabs.php.