|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
@ilCtrl_Calls ilContentStyleImageGUI: ilRepoStandardUploadHandlerGUI More...
Collaboration diagram for ilContentStyleImageGUI:Public Member Functions | |
| __construct (Content\InternalDomainService $domain_service, Content\InternalGUIService $gui_service, Access\StyleAccessManager $access_manager, Content\ImageManager $manager) | |
| executeCommand () | |
| listImages () | |
| addImage () | |
| cancelUpload () | |
| uploadImage () | |
| handleImageUpload (\ILIAS\FileUpload\FileUpload $upload, \ILIAS\FileUpload\DTO\UploadResult $result) | |
| 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 = [] |
@ilCtrl_Calls ilContentStyleImageGUI: ilRepoStandardUploadHandlerGUI
Definition at line 28 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 43 of file class.ilContentStyleImageGUI.php.
References $access_manager, $manager, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContentStyleImageGUI::addImage | ( | ) |
Definition at line 120 of file class.ilContentStyleImageGUI.php.
References $tpl, getImageForm(), and ILIAS\UICore\GlobalTemplate\setContent().
Here is the call graph for this function:| ilContentStyleImageGUI::cancelUpload | ( | ) |
Definition at line 128 of file class.ilContentStyleImageGUI.php.
| ilContentStyleImageGUI::deleteImage | ( | ) |
Definition at line 173 of file class.ilContentStyleImageGUI.php.
| ilContentStyleImageGUI::executeCommand | ( | ) |
Definition at line 72 of file class.ilContentStyleImageGUI.php.
References $gui, and getImageForm().
Here is the call graph for this function:
|
protected |
Definition at line 142 of file class.ilContentStyleImageGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\Form\FormAdapterGUI\section().
Referenced by addImage(), and executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContentStyleImageGUI::getResizeImageForm | ( | ) |
Definition at line 187 of file class.ilContentStyleImageGUI.php.
References $lng.
| ilContentStyleImageGUI::handleImageUpload | ( | \ILIAS\FileUpload\FileUpload | $upload, |
| \ILIAS\FileUpload\DTO\UploadResult | $result | ||
| ) |
Definition at line 158 of file class.ilContentStyleImageGUI.php.
| ilContentStyleImageGUI::listImages | ( | ) |
Definition at line 97 of file class.ilContentStyleImageGUI.php.
References $lng, $tpl, ILIAS\UICore\GlobalTemplate\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilContentStyleImageGUI::resizeImage | ( | ) |
Definition at line 217 of file class.ilContentStyleImageGUI.php.
References $lng.
|
protected |
Definition at line 182 of file class.ilContentStyleImageGUI.php.
| ilContentStyleImageGUI::uploadImage | ( | ) |
Definition at line 135 of file class.ilContentStyleImageGUI.php.
References $tpl.
|
protected |
Definition at line 36 of file class.ilContentStyleImageGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 41 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 32 of file class.ilContentStyleImageGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 31 of file class.ilContentStyleImageGUI.php.
Referenced by listImages().
|
protected |
Definition at line 35 of file class.ilContentStyleImageGUI.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 33 of file class.ilContentStyleImageGUI.php.
|
protected |
Definition at line 30 of file class.ilContentStyleImageGUI.php.
Referenced by addImage(), listImages(), and uploadImage().