ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Content style internal ui factory. More...
Public Member Functions | |
__construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service) | |
characteristic () | |
image () | |
standardRequest (?array $passed_query_params=null, ?array $passed_post_data=null) | |
objectSettingsClass (bool $lower=true) | |
objectSettingsGUI (?int $selected_style_id, int $ref_id, int $obj_id=0) | |
Protected Attributes | |
InternalDataService | $data_service |
InternalDomainService | $domain_service |
CharacteristicUIFactory | $characteristic |
ImageUIFactory | $image |
Content style internal ui factory.
Definition at line 31 of file class.InternalGUIService.php.
ILIAS\Style\Content\InternalGUIService::__construct | ( | Container | $DIC, |
InternalDataService | $data_service, | ||
InternalDomainService | $domain_service | ||
) |
Definition at line 41 of file class.InternalGUIService.php.
References ILIAS\Style\Content\InternalGUIService\$data_service, ILIAS\Style\Content\InternalGUIService\$domain_service, ILIAS\Style\Content\InternalGUIService\characteristic(), ILIAS\Style\Content\InternalGUIService\image(), and ILIAS\Repository\initGUIServices().
ILIAS\Style\Content\InternalGUIService::characteristic | ( | ) |
Definition at line 59 of file class.InternalGUIService.php.
References ILIAS\Style\Content\InternalGUIService\$characteristic.
Referenced by ILIAS\Style\Content\InternalGUIService\__construct().
ILIAS\Style\Content\InternalGUIService::image | ( | ) |
Definition at line 64 of file class.InternalGUIService.php.
References ILIAS\Style\Content\InternalGUIService\$image.
Referenced by ILIAS\Style\Content\InternalGUIService\__construct().
ILIAS\Style\Content\InternalGUIService::objectSettingsClass | ( | bool | $lower = true | ) |
Definition at line 82 of file class.InternalGUIService.php.
ILIAS\Style\Content\InternalGUIService::objectSettingsGUI | ( | ?int | $selected_style_id, |
int | $ref_id, | ||
int | $obj_id = 0 |
||
) |
Definition at line 92 of file class.InternalGUIService.php.
ILIAS\Style\Content\InternalGUIService::standardRequest | ( | ?array | $passed_query_params = null , |
?array | $passed_post_data = null |
||
) |
Definition at line 69 of file class.InternalGUIService.php.
References ILIAS\FileDelivery\http().
|
protected |
Definition at line 38 of file class.InternalGUIService.php.
Referenced by ILIAS\Style\Content\InternalGUIService\characteristic().
|
protected |
Definition at line 35 of file class.InternalGUIService.php.
Referenced by ILIAS\Style\Content\InternalGUIService\__construct().
|
protected |
Definition at line 36 of file class.InternalGUIService.php.
Referenced by ILIAS\Style\Content\InternalGUIService\__construct().
|
protected |
Definition at line 39 of file class.InternalGUIService.php.
Referenced by ILIAS\Style\Content\InternalGUIService\image().