|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilAuthLoginPageEditorGUI:Public Member Functions | |
| __construct (int $a_ref_id) | |
| getSettings () | |
| getRefId () | |
| executeCommand () | |
| ilCtrl execute command More... | |
Protected Member Functions | |
| forwardToPageObject () | |
| Forward to page editor. More... | |
| show () | |
| Show current activated editor. More... | |
| addEditorSwitch () | |
| Show editor switch. More... | |
| switchIPE () | |
| Switch editor mode to ILIAS Page editor. More... | |
| switchRTE () | |
| Switch editor mode to richtext editor. More... | |
| activate () | |
| Activate languages. More... | |
| showIliasEditor () | |
| Show ILIAS page editor summary. More... | |
| showRichtextEditor () | |
| Show richtext editor ilRbacSystem $rbacsystem ilLanguage $lng ilSetting $ilSetting. More... | |
| saveLoginInfo () | |
| saves the login information data More... | |
| initLoginForm () | |
| Init login form. More... | |
Protected Attributes | |
| ILIAS Style Content Object ObjectFacade | $content_style_domain |
Private Member Functions | |
| setDefLangFirst (string $a_def_language, array $a_languages) | |
| returns an array of all installed languages, default language at the first position More... | |
Private Attributes | |
| ilCtrl | $ctrl |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilTabsGUI | $tabs |
| ilToolbarGUI | $toolbar |
| ilRbacSystem | $rbacsystem |
| ilSetting | $setting |
| ilErrorHandling | $ilErr |
| ilPropertyFormGUI | $form |
| int | $ref_id |
| ilAuthLoginPageEditorSettings | $settings |
| ilSetting | $loginSettings = null |
| string | $redirect_source = null |
| int | $key = null |
| array | $visible_languages = [] |
| array | $languages = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Login page editor settings GUI ILIAS page editor or richtext editor
ilAuthLoginPageEditorGUI: ilObjAuthSettingsGUI ilAuthLoginPageEditorGUI: ilLoginPageGUI
Definition at line 30 of file class.ilAuthLoginPageEditorGUI.php.
| ilAuthLoginPageEditorGUI::__construct | ( | int | $a_ref_id | ) |
Definition at line 53 of file class.ilAuthLoginPageEditorGUI.php.
References $DIC, ILIAS\Repository\$refinery, ILIAS\Repository\ctrl(), ilAuthLoginPageEditorSettings\getInstance(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Activate languages.
Definition at line 255 of file class.ilAuthLoginPageEditorGUI.php.
References ILIAS\Repository\ctrl(), ilAuthLoginPageEditorSettings\enableIliasEditor(), ilAuthLoginPageEditorSettings\getInstance(), ILIAS\Repository\lng(), and ilAuthLoginPageEditorSettings\update().
Here is the call graph for this function:
|
protected |
Show editor switch.
Definition at line 206 of file class.ilAuthLoginPageEditorGUI.php.
References ILIAS\Repository\ctrl(), getSettings(), ILIAS\Repository\lng(), ilAuthLoginPageEditorSettings\MODE_IPE, ilAuthLoginPageEditorSettings\MODE_RTE, and ILIAS\Repository\toolbar().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthLoginPageEditorGUI::executeCommand | ( | ) |
ilCtrl execute command
Definition at line 111 of file class.ilAuthLoginPageEditorGUI.php.
References ILIAS\Repository\ctrl(), forwardToPageObject(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Forward to page editor.
Definition at line 140 of file class.ilAuthLoginPageEditorGUI.php.
References ilPageObject\_exists(), ILIAS\Repository\ctrl(), ilObjStyleSheet\getContentStylePath(), ilObjStyleSheet\getSyntaxStylePath(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthLoginPageEditorGUI::getRefId | ( | ) |
| ilAuthLoginPageEditorGUI::getSettings | ( | ) |
Definition at line 98 of file class.ilAuthLoginPageEditorGUI.php.
References $settings.
Referenced by addEditorSwitch(), show(), switchIPE(), and switchRTE().
Here is the caller graph for this function:
|
protected |
Init login form.
Definition at line 340 of file class.ilAuthLoginPageEditorGUI.php.
References $message, ilLDAPServer\_getFirstActiveServer(), ilAuthUtils\AUTH_LDAP, ilAuthUtils\AUTH_LOCAL, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ILIAS\Repository\lng(), setDefLangFirst(), ilTextAreaInputGUI\setRows(), and ilSelectInputGUI\setValue().
Referenced by saveLoginInfo(), and showRichtextEditor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
saves the login information data
Definition at line 311 of file class.ilAuthLoginPageEditorGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\form(), initLoginForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
returns an array of all installed languages, default language at the first position
| string | $a_def_language | Default language of the current installation |
| array | $a_languages | Array of all installed languages |
Definition at line 417 of file class.ilAuthLoginPageEditorGUI.php.
References $languages.
Referenced by initLoginForm().
Here is the caller graph for this function:
|
protected |
Show current activated editor.
Definition at line 189 of file class.ilAuthLoginPageEditorGUI.php.
References addEditorSwitch(), getSettings(), ilAuthLoginPageEditorSettings\MODE_IPE, ilAuthLoginPageEditorSettings\MODE_RTE, showIliasEditor(), and showRichtextEditor().
Here is the call graph for this function:
|
protected |
Show ILIAS page editor summary.
Definition at line 270 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by show().
Here is the caller graph for this function:
|
protected |
Show richtext editor ilRbacSystem $rbacsystem ilLanguage $lng ilSetting $ilSetting.
Definition at line 285 of file class.ilAuthLoginPageEditorGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\form(), initLoginForm(), and ILIAS\Repository\lng().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Switch editor mode to ILIAS Page editor.
Definition at line 231 of file class.ilAuthLoginPageEditorGUI.php.
References ILIAS\Repository\ctrl(), getSettings(), ILIAS\Repository\lng(), and ilAuthLoginPageEditorSettings\MODE_IPE.
Here is the call graph for this function:
|
protected |
Switch editor mode to richtext editor.
Definition at line 243 of file class.ilAuthLoginPageEditorGUI.php.
References ILIAS\Repository\ctrl(), getSettings(), ILIAS\Repository\lng(), and ilAuthLoginPageEditorSettings\MODE_RTE.
Here is the call graph for this function:Definition at line 45 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 32 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 40 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 39 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 49 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 51 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by setDefLangFirst().
|
private |
Definition at line 33 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 44 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 37 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 48 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 42 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by getRefId().
|
private |
Definition at line 38 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 43 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by getSettings().
|
private |
Definition at line 35 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 36 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 34 of file class.ilAuthLoginPageEditorGUI.php.
|
private |
Definition at line 50 of file class.ilAuthLoginPageEditorGUI.php.