ILIAS
release_8 Revision v8.19
|
Content style images UI. More...
Public Member Functions | |
__construct (Content\InternalDomainService $domain_service, Content\InternalGUIService $gui_service, Access\StyleAccessManager $access_manager, Content\ImageManager $manager) | |
executeCommand () | |
listImages () | |
addImage () | |
cancelUpload () | |
uploadImage () | |
deleteImage () | |
getResizeImageForm () | |
resizeImage () | |
Protected Member Functions | |
getImageForm () | |
resizeImageForm () | |
Protected Attributes | |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
Content InternalGUIService | $gui |
Content StandardGUIRequest | $request |
ilObjStyleSheet | $object |
Content ImageManager | $manager |
Access StyleAccessManager | $access_manager |
string | $current_image = null |
array | $current_images = [] |
Content style images UI.
Definition at line 29 of file class.ilContentStyleImageGUI.php.
ilContentStyleImageGUI::__construct | ( | Content\InternalDomainService | $domain_service, |
Content\InternalGUIService | $gui_service, | ||
Access\StyleAccessManager | $access_manager, | ||
Content\ImageManager | $manager | ||
) |
Definition at line 44 of file class.ilContentStyleImageGUI.php.
References $access_manager, $i, $manager, and ILIAS\Repository\lng().
ilContentStyleImageGUI::addImage | ( | ) |
Definition at line 114 of file class.ilContentStyleImageGUI.php.
References getImageForm(), and ilGlobalTemplateInterface\setContent().
ilContentStyleImageGUI::cancelUpload | ( | ) |
Definition at line 122 of file class.ilContentStyleImageGUI.php.
ilContentStyleImageGUI::deleteImage | ( | ) |
ilContentStyleImageGUI::executeCommand | ( | ) |
Definition at line 73 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 145 of file class.ilContentStyleImageGUI.php.
References $lng, ilFileInputGUI\setSuffixes(), and ilLanguage\txt().
Referenced by addImage(), and uploadImage().
ilContentStyleImageGUI::getResizeImageForm | ( | ) |
Definition at line 180 of file class.ilContentStyleImageGUI.php.
References $lng, ilWidthHeightInputGUI\setConstrainProportions(), and ilLanguage\txt().
Referenced by resizeImage(), and resizeImageForm().
ilContentStyleImageGUI::listImages | ( | ) |
Definition at line 91 of file class.ilContentStyleImageGUI.php.
References $lng, ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
ilContentStyleImageGUI::resizeImage | ( | ) |
Definition at line 210 of file class.ilContentStyleImageGUI.php.
References $lng, getResizeImageForm(), and ilLanguage\txt().
|
protected |
Definition at line 175 of file class.ilContentStyleImageGUI.php.
References getResizeImageForm().
ilContentStyleImageGUI::uploadImage | ( | ) |
Definition at line 129 of file class.ilContentStyleImageGUI.php.
References getImageForm(), and ilGlobalTemplateInterface\setContent().
|
protected |
Definition at line 37 of file class.ilContentStyleImageGUI.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 42 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 33 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 32 of file class.ilContentStyleImageGUI.php.
Referenced by getImageForm(), getResizeImageForm(), listImages(), and resizeImage().
|
protected |
Definition at line 36 of file class.ilContentStyleImageGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 34 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 31 of file class.ilContentStyleImageGUI.php.