| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilSystemStyleOverviewGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, Language $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 () | |
| getAssignmentCreationModal (string $style_name="") | |
| edit () | |
| saveStyleSettings () | |
| moveUserStyles () | |
| isReadOnly () | |
| setReadOnly (bool $read_only) | |
| isManagementEnabled () | |
| setManagementEnabled (bool $management_enabled) | |
Protected Member Functions | |
| view () | |
| cancel () | |
| checkStyleSettings (ilSystemStyleMessageStack $message_stack, ?array $active_styles) | |
| export () | |
Protected Attributes | |
| ilCtrl | $ctrl | 
| ilToolbarGUI | $toolbar | 
| Language | $lng | 
| ilGlobalTemplateInterface | $tpl | 
| ilSkinFactory | $skin_factory | 
| ilSkinStyleContainer | $style_container | 
| ilSystemStyleMessageStack | $message_stack | 
| Factory | $ui_factory | 
| Renderer | $renderer | 
| WrapperFactory | $request_wrapper | 
| Refinery | $refinery | 
| ilSystemStyleConfig | $config | 
| ilTabsGUI | $tabs | 
| ilHelpGUI | $help | 
| FileUpload | $upload | 
| string | $ref_id | 
| bool | $read_only = true | 
| bool | $management_enabled = false | 
| string | $style_id | 
Definition at line 28 of file class.ilSystemStyleOverviewGUI.php.
| ilSystemStyleOverviewGUI::__construct | ( | ilCtrl | $ctrl, | 
| Language | $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 | 
Definition at line 174 of file class.ilSystemStyleOverviewGUI.php.
References edit().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 253 of file class.ilSystemStyleOverviewGUI.php.
References 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:| ilSystemStyleOverviewGUI::edit | ( | ) | 
Definition at line 179 of file class.ilSystemStyleOverviewGUI.php.
References isManagementEnabled().
Referenced by cancel().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSystemStyleOverviewGUI::executeCommand | ( | ) | 
Definition at line 91 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 303 of file class.ilSystemStyleOverviewGUI.php.
References Vendor\Package\$e, ILIAS\Repository\lng(), and ilSystemStyleMessage\TYPE_ERROR.
 Here is the call graph for this function:| ilSystemStyleOverviewGUI::getAssignmentCreationModal | ( | string | $style_name = "" | ) | 
Definition at line 137 of file class.ilSystemStyleOverviewGUI.php.
References $id, $txt, ILIAS\Repository\ctrl(), ilStyleDefinition\getAllSkinStyles(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by moveUserStyles().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSystemStyleOverviewGUI::isManagementEnabled | ( | ) | 
Definition at line 326 of file class.ilSystemStyleOverviewGUI.php.
References $management_enabled.
Referenced by edit(), and executeCommand().
 Here is the caller graph for this function:| ilSystemStyleOverviewGUI::isReadOnly | ( | ) | 
Definition at line 316 of file class.ilSystemStyleOverviewGUI.php.
References $read_only.
Referenced by executeCommand().
 Here is the caller graph for this function:| ilSystemStyleOverviewGUI::moveUserStyles | ( | ) | 
Definition at line 217 of file class.ilSystemStyleOverviewGUI.php.
References $DIC, ilObjUser\_getAllUserAssignedStyles(), ilObjUser\_moveUsersToStyle(), ILIAS\Repository\ctrl(), getAssignmentCreationModal(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilStyleDefinition\styleExists(), and ilSystemStyleMessage\TYPE_SUCCESS.
 Here is the call graph for this function:| ilSystemStyleOverviewGUI::saveStyleSettings | ( | ) | 
Definition at line 186 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 331 of file class.ilSystemStyleOverviewGUI.php.
References $management_enabled.
Referenced by __construct().
 Here is the caller graph for this function:| ilSystemStyleOverviewGUI::setReadOnly | ( | bool | $read_only | ) | 
Definition at line 321 of file class.ilSystemStyleOverviewGUI.php.
References $read_only.
Referenced by __construct().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 131 of file class.ilSystemStyleOverviewGUI.php.
      
  | 
  protected | 
Definition at line 41 of file class.ilSystemStyleOverviewGUI.php.
      
  | 
  protected | 
Definition at line 30 of file class.ilSystemStyleOverviewGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 43 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 47 of file class.ilSystemStyleOverviewGUI.php.
Referenced by isManagementEnabled(), and setManagementEnabled().
      
  | 
  protected | 
Definition at line 36 of file class.ilSystemStyleOverviewGUI.php.
      
  | 
  protected | 
Definition at line 46 of file class.ilSystemStyleOverviewGUI.php.
Referenced by isReadOnly(), and setReadOnly().
      
  | 
  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 34 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().
      
  | 
  protected | 
Definition at line 42 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 33 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().