|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilObjAdvancedEditingGUI. More...
Collaboration diagram for ilRTESettingsGUI:Public Member Functions | |
| __construct (private readonly int $ref_id, private readonly ilGlobalTemplateInterface $tpl, private readonly ilCtrlInterface $ctrl, private readonly Language $lng, private readonly ilAccessHandler $access, ilObjUser $current_user, ilTabsGUI $tabs_gui) | |
| settings () | |
| getTinyForm () | |
| saveSettings () | |
| assessment () | |
| saveAssessmentSettings () | |
| frmPost () | |
| saveFrmPostSettings () | |
Protected Member Functions | |
| initTagsForm (string $a_id, string $a_cmd, string $a_title) | |
| saveTags (string $a_id, string $a_cmd, ilPropertyFormGUI $form) | |
Private Member Functions | |
| addSubtabs (ilTabsGUI $tabs_gui) | |
Private Attributes | |
| ilRTESettings | $settings |
Class ilObjAdvancedEditingGUI.
Definition at line 28 of file class.ilRTESettingsGUI.php.
| ilRTESettingsGUI::__construct | ( | private readonly int | $ref_id, |
| private readonly ilGlobalTemplateInterface | $tpl, | ||
| private readonly ilCtrlInterface | $ctrl, | ||
| private readonly Language | $lng, | ||
| private readonly ilAccessHandler | $access, | ||
| ilObjUser | $current_user, | ||
| ilTabsGUI | $tabs_gui | ||
| ) |
Definition at line 32 of file class.ilRTESettingsGUI.php.
References ILIAS\Repository\lng(), and settings().
Here is the call graph for this function:
|
private |
Definition at line 45 of file class.ilRTESettingsGUI.php.
References ilTabsGUI\addSubTabTarget(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilRTESettingsGUI::assessment | ( | ) |
Definition at line 114 of file class.ilRTESettingsGUI.php.
References initTagsForm().
Here is the call graph for this function:| ilRTESettingsGUI::frmPost | ( | ) |
Definition at line 138 of file class.ilRTESettingsGUI.php.
References initTagsForm().
Here is the call graph for this function:| ilRTESettingsGUI::getTinyForm | ( | ) |
Definition at line 77 of file class.ilRTESettingsGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and settings().
Referenced by saveSettings(), and settings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 162 of file class.ilRTESettingsGUI.php.
Referenced by assessment(), frmPost(), saveAssessmentSettings(), and saveFrmPostSettings().
Here is the caller graph for this function:| ilRTESettingsGUI::saveAssessmentSettings | ( | ) |
Definition at line 125 of file class.ilRTESettingsGUI.php.
References initTagsForm(), and saveTags().
Here is the call graph for this function:| ilRTESettingsGUI::saveFrmPostSettings | ( | ) |
Definition at line 149 of file class.ilRTESettingsGUI.php.
References initTagsForm(), and saveTags().
Here is the call graph for this function:| ilRTESettingsGUI::saveSettings | ( | ) |
Definition at line 94 of file class.ilRTESettingsGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getTinyForm(), ILIAS\Repository\lng(), and settings().
Here is the call graph for this function:
|
protected |
Definition at line 188 of file class.ilRTESettingsGUI.php.
References ILIAS\Repository\lng().
Referenced by saveAssessmentSettings(), and saveFrmPostSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRTESettingsGUI::settings | ( | ) |
Definition at line 70 of file class.ilRTESettingsGUI.php.
References getTinyForm().
Referenced by __construct(), getTinyForm(), and saveSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 30 of file class.ilRTESettingsGUI.php.