| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Facade for consumer gui interface. More...
 Collaboration diagram for ILIAS\Style\Content\GUIService:Public Member Functions | |
| __construct (InternalService $internal_service) | |
| objectSettingsClass (bool $lower=true) | |
| objectSettingsGUIForRefId (?int $selected_style_id, int $ref_id) | |
| objectSettingsGUIForObjId (?int $selected_style_id, int $obj_id) | |
| redirectToObjectSettings () | |
| addCss (ilGlobalTemplateInterface $tpl, int $ref_id, int $obj_id=0) | |
Private Attributes | |
| InternalService | $internal | 
Facade for consumer gui interface.
Definition at line 31 of file class.GUIService.php.
| ILIAS\Style\Content\GUIService::__construct | ( | InternalService | $internal_service | ) | 
Definition at line 35 of file class.GUIService.php.
| ILIAS\Style\Content\GUIService::addCss | ( | ilGlobalTemplateInterface | $tpl, | 
| int | $ref_id, | ||
| int | $obj_id = 0  | 
        ||
| ) | 
Definition at line 77 of file class.GUIService.php.
References ilGlobalTemplateInterface\addCss(), and ilObjStyleSheet\getContentStylePath().
 Here is the call graph for this function:| ILIAS\Style\Content\GUIService::objectSettingsClass | ( | bool | $lower = true | ) | 
Definition at line 41 of file class.GUIService.php.
Referenced by ILIAS\Style\Content\GUIService\redirectToObjectSettings().
 Here is the caller graph for this function:| ILIAS\Style\Content\GUIService::objectSettingsGUIForObjId | ( | ?int | $selected_style_id, | 
| int | $obj_id | ||
| ) | 
Definition at line 56 of file class.GUIService.php.
| ILIAS\Style\Content\GUIService::objectSettingsGUIForRefId | ( | ?int | $selected_style_id, | 
| int | $ref_id | ||
| ) | 
Definition at line 46 of file class.GUIService.php.
| ILIAS\Style\Content\GUIService::redirectToObjectSettings | ( | ) | 
Definition at line 68 of file class.GUIService.php.
References ILIAS\Style\Content\GUIService\objectSettingsClass().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 33 of file class.GUIService.php.