|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilSystemStyleOverviewGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $lng, ilGlobalTemplateInterface $tpl, Factory $ui_factory, Renderer $renderer, WrapperFactory $request_wrapper, ilToolbarGUI $toolbar, Refinery $refinery, ilSkinFactory $skin_factory, FileUpload $upload, ilTabsGUI $tabs, ilHelpGUI $help, string $skin_id, string $style_id, string $ref_id, bool $read_only, bool $management_enabled) | |
| executeCommand () | |
| edit () | |
| moveUserStyles () | |
| saveStyleSettings () | |
| isReadOnly () | |
| setReadOnly (bool $read_only) | |
| isManagementEnabled () | |
| setManagementEnabled (bool $management_enabled) | |
Protected Member Functions | |
| view () | |
| cancel () | |
| checkStyleSettings (ilSystemStyleMessageStack $message_stack, array $active_styles) | |
| addSystemStyle () | |
| saveNewSystemStyle () | |
| addSystemStyleForms () | |
| createSystemStyleForm () | |
| importSystemStyleForm () | |
| cloneSystemStyleForm () | |
| copyStyle () | |
| deleteStyle () | |
| deleteStyles () | |
| checkDeletable (string $skin_id, string $style_id, ilSystemStyleMessageStack $message_stack) | |
| confirmDelete () | |
| export () | |
| addSubStyle () | |
| addSubStyleForms () | |
| saveNewSubStyle () | |
Definition at line 27 of file class.ilSystemStyleOverviewGUI.php.
| ilSystemStyleOverviewGUI::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $lng, | ||
| ilGlobalTemplateInterface | $tpl, | ||
| Factory | $ui_factory, | ||
| Renderer | $renderer, | ||
| WrapperFactory | $request_wrapper, | ||
| ilToolbarGUI | $toolbar, | ||
| Refinery | $refinery, | ||
| ilSkinFactory | $skin_factory, | ||
| FileUpload | $upload, | ||
| ilTabsGUI | $tabs, | ||
| ilHelpGUI | $help, | ||
| string | $skin_id, | ||
| string | $style_id, | ||
| string | $ref_id, | ||
| bool | $read_only, | ||
| bool | $management_enabled | ||
| ) |
Definition at line 51 of file class.ilSystemStyleOverviewGUI.php.
References $ctrl, $help, $lng, $ref_id, $refinery, $renderer, $request_wrapper, $skin_factory, $style_id, $tabs, $toolbar, $tpl, $ui_factory, $upload, ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), setManagementEnabled(), setReadOnly(), ilSkinFactory\skinStyleContainerFromId(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\upload().
Here is the call graph for this function:
|
protected |
Since clearTargets also clears the help screen ids
Definition at line 706 of file class.ilSystemStyleOverviewGUI.php.
References ILIAS\Repository\help(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 721 of file class.ilSystemStyleOverviewGUI.php.
References $id, ILIAS\Repository\ctrl(), ilStyleDefinition\getAllSkinStyles(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 294 of file class.ilSystemStyleOverviewGUI.php.
References addSystemStyleForms().
Here is the call graph for this function:
|
protected |
Since clearTargets also clears the help screen ids
Definition at line 341 of file class.ilSystemStyleOverviewGUI.php.
References cloneSystemStyleForm(), createSystemStyleForm(), ILIAS\Repository\help(), importSystemStyleForm(), and ILIAS\Repository\tabs().
Referenced by addSystemStyle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 139 of file class.ilSystemStyleOverviewGUI.php.
References edit().
Here is the call graph for this function:
|
protected |
Definition at line 583 of file class.ilSystemStyleOverviewGUI.php.
References $message_stack, $style_id, ilSystemStyleMessageStack\addMessage(), ILIAS\Repository\lng(), and ilSystemStyleMessage\TYPE_ERROR.
Referenced by deleteStyle(), and deleteStyles().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 251 of file class.ilSystemStyleOverviewGUI.php.
References $message_stack, ilObjUser\_getNumberOfUsersForStyle(), ilSystemStyleMessageStack\addMessage(), ilStyleDefinition\getAllSkinStyles(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ilSystemStyleMessage\TYPE_ERROR.
Referenced by saveStyleSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 418 of file class.ilSystemStyleOverviewGUI.php.
References $id, ILIAS\Repository\ctrl(), ilStyleDefinition\getAllSkinStyles(), and ILIAS\Repository\lng().
Referenced by addSystemStyleForms().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 621 of file class.ilSystemStyleOverviewGUI.php.
References $container, Vendor\Package\$e, $i, ILIAS\Repository\ctrl(), ILIAS\Repository\refinery(), and ilSystemStyleMessage\TYPE_ERROR.
Here is the call graph for this function:
|
protected |
Definition at line 482 of file class.ilSystemStyleOverviewGUI.php.
References $container, Vendor\Package\$e, $style_id, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilSystemStyleMessage\TYPE_ERROR, and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:
|
protected |
Definition at line 360 of file class.ilSystemStyleOverviewGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by addSystemStyleForms(), and saveNewSystemStyle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 523 of file class.ilSystemStyleOverviewGUI.php.
References $container, $style_id, checkDeletable(), ILIAS\Repository\ctrl(), edit(), ILIAS\Repository\lng(), and ilSystemStyleMessage\TYPE_ERROR.
Here is the call graph for this function:
|
protected |
Definition at line 546 of file class.ilSystemStyleOverviewGUI.php.
References $container, $style_id, checkDeletable(), ILIAS\Repository\ctrl(), edit(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ilSystemStyleMessage\TYPE_ERROR.
Here is the call graph for this function:| ilSystemStyleOverviewGUI::edit | ( | ) |
Definition at line 144 of file class.ilSystemStyleOverviewGUI.php.
References $id, ILIAS\Repository\ctrl(), ilStyleDefinition\getAllSkinStyles(), isManagementEnabled(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by cancel(), deleteStyle(), deleteStyles(), and moveUserStyles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleOverviewGUI::executeCommand | ( | ) |
Definition at line 92 of file class.ilSystemStyleOverviewGUI.php.
References ILIAS\Repository\ctrl(), isManagementEnabled(), isReadOnly(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 690 of file class.ilSystemStyleOverviewGUI.php.
References $container, Vendor\Package\$e, ILIAS\Repository\lng(), and ilSystemStyleMessage\TYPE_ERROR.
Here is the call graph for this function:
|
protected |
Definition at line 400 of file class.ilSystemStyleOverviewGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by addSystemStyleForms().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleOverviewGUI::isManagementEnabled | ( | ) |
Definition at line 830 of file class.ilSystemStyleOverviewGUI.php.
Referenced by edit(), and executeCommand().
Here is the caller graph for this function:| ilSystemStyleOverviewGUI::isReadOnly | ( | ) |
Definition at line 820 of file class.ilSystemStyleOverviewGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilSystemStyleOverviewGUI::moveUserStyles | ( | ) |
Definition at line 193 of file class.ilSystemStyleOverviewGUI.php.
References ilObjUser\_getAllUserAssignedStyles(), ilObjUser\_moveUsersToStyle(), edit(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ilStyleDefinition\styleExists().
Here is the call graph for this function:
|
protected |
Definition at line 762 of file class.ilSystemStyleOverviewGUI.php.
References $container, Vendor\Package\$e, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilSystemStyleException\SUBSTYLE_ASSIGNMENT_EXISTS, and ilSystemStyleMessage\TYPE_ERROR.
Here is the call graph for this function:
|
protected |
Definition at line 299 of file class.ilSystemStyleOverviewGUI.php.
References $container, Vendor\Package\$e, $style_id, createSystemStyleForm(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilStyleDefinition\skinExists(), and ilSystemStyleMessage\TYPE_ERROR.
Here is the call graph for this function:| ilSystemStyleOverviewGUI::saveStyleSettings | ( | ) |
Definition at line 220 of file class.ilSystemStyleOverviewGUI.php.
References ilSystemStyleSettings\_activateStyle(), ilSystemStyleSettings\_deactivateStyle(), checkStyleSettings(), ILIAS\Repository\ctrl(), ilStyleDefinition\getAllSkinStyles(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilSystemStyleSettings\setCurrentDefaultStyle(), and ilSystemStyleMessage\TYPE_SUCCESS.
Here is the call graph for this function:| ilSystemStyleOverviewGUI::setManagementEnabled | ( | bool | $management_enabled | ) |
Definition at line 835 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleOverviewGUI::setReadOnly | ( | bool | $read_only | ) |
Definition at line 825 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 133 of file class.ilSystemStyleOverviewGUI.php.
|
protected |
Definition at line 41 of file class.ilSystemStyleOverviewGUI.php.
|
protected |
Definition at line 29 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilSystemStyleOverviewGUI.php.
|
protected |
Definition at line 43 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 47 of file class.ilSystemStyleOverviewGUI.php.
|
protected |
Definition at line 36 of file class.ilSystemStyleOverviewGUI.php.
Referenced by checkDeletable(), and checkStyleSettings().
|
protected |
Definition at line 46 of file class.ilSystemStyleOverviewGUI.php.
|
protected |
Definition at line 45 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilSystemStyleOverviewGUI.php.
|
protected |
Definition at line 49 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct(), checkDeletable(), copyStyle(), deleteStyle(), deleteStyles(), and saveNewSystemStyle().
|
protected |
Definition at line 42 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().