|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilMediaCreationGUI:Public Member Functions | |
| __construct (array $accept_types, Closure $after_upload, Closure $after_url_saving, Closure $after_pool_insert, Closure $finish_single_upload=null, Closure $on_mob_update=null) | |
| setAllSuffixes (array $a_val) | |
| getAllSuffixes () | |
| setAllMimeTypes (array $a_val) | |
| getAllMimeTypes () | |
| executeCommand () | |
| getUploadForm () | |
| initUrlForm () | |
| initPoolSelection () | |
| performBulkUpload () | |
| Save bulk upload form. More... | |
| initMediaBulkForm (string $a_id, string $a_title) | |
| listPoolItems () | |
| Insert media object from pool. More... | |
| selectPool () | |
| Select concrete pool. More... | |
| poolSelection () | |
Data Fields | |
| const | TYPE_VIDEO = 1 |
| const | TYPE_AUDIO = 2 |
| const | TYPE_IMAGE = 3 |
| const | TYPE_OTHER = 4 |
| const | TYPE_ALL = 5 |
| const | POOL_VIEW_FOLDER = "fold" |
| const | POOL_VIEW_ALL = "all" |
Protected Member Functions | |
| getSuffixes () | |
| getMimeTypes ($local_only=false) | |
| creationSelection () | |
| handleUploadResult (FileUpload $upload, UploadResult $result) | |
| editTitlesAndDescriptions () | |
| saveTitlesAndDescriptions () | |
| cancel () | |
| cancelCreate () | |
| saveUrl () | |
| applyFilter () | |
| resetFilter () | |
| getPoolTable () | |
| insertFromPool () | |
| Insert media from pool. More... | |
Protected Attributes | |
| ILIAS MediaObjects MediaType MediaTypeManager | $type_manager |
| InternalGUIService | $gui |
| FormAdapterGUI | $bulk_upload_form = null |
| CreationGUIRequest | $request |
| array | $accept_types = [1,2,3,4] |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $main_tpl |
| Closure | $after_upload |
| Closure | $after_url_saving |
| Closure | $after_pool_insert |
| Closure | $finish_single_upload |
| Closure | $on_mob_update |
| ilAccessHandler | $access |
| array | $all_suffixes = [] |
| array | $all_mime_types = [] |
| ILIAS DI UIServices | $ui |
| int | $requested_mep |
| string | $pool_view = self::POOL_VIEW_FOLDER |
| ILIAS FileUpload FileUpload | $upload |
| ilLogger | $mob_log |
Definition at line 33 of file class.ilMediaCreationGUI.php.
| ilMediaCreationGUI::__construct | ( | array | $accept_types, |
| Closure | $after_upload, | ||
| Closure | $after_url_saving, | ||
| Closure | $after_pool_insert, | ||
| Closure | $finish_single_upload = null, |
||
| Closure | $on_mob_update = null |
||
| ) |
Definition at line 71 of file class.ilMediaCreationGUI.php.
References $accept_types, $after_pool_insert, $after_upload, $after_url_saving, $DIC, $finish_single_upload, $on_mob_update, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\ui(), and ILIAS\Repository\upload().
Here is the call graph for this function:
|
protected |
Definition at line 705 of file class.ilMediaCreationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 568 of file class.ilMediaCreationGUI.php.
References ilCtrl\returnToParent().
Here is the call graph for this function:
|
protected |
Definition at line 574 of file class.ilMediaCreationGUI.php.
References ilCtrl\returnToParent().
Here is the call graph for this function:
|
protected |
Definition at line 223 of file class.ilMediaCreationGUI.php.
References ilAccordionGUI\FIRST_OPEN, ILIAS\Repository\lng(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:
|
protected |
Definition at line 479 of file class.ilMediaCreationGUI.php.
References $lng, ilAccordionGUI\ALL_CLOSED, ilCtrl\getFormAction(), ilMediaItem\getMediaItemsForUploadHash(), ilCtrl\saveParameter(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilMediaCreationGUI::executeCommand | ( | ) |
Definition at line 194 of file class.ilMediaCreationGUI.php.
References ILIAS\Repository\ctrl(), ilCtrl\forwardCommand(), ilCtrl\getCmd(), and ilCtrl\getNextClass().
Here is the call graph for this function:| ilMediaCreationGUI::getAllMimeTypes | ( | ) |
Definition at line 141 of file class.ilMediaCreationGUI.php.
| ilMediaCreationGUI::getAllSuffixes | ( | ) |
Definition at line 127 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 170 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 721 of file class.ilMediaCreationGUI.php.
References ilMediaPoolTableGUI\IL_MEP_SELECT.
|
protected |
Definition at line 149 of file class.ilMediaCreationGUI.php.
| ilMediaCreationGUI::getUploadForm | ( | ) |
Definition at line 265 of file class.ilMediaCreationGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 405 of file class.ilMediaCreationGUI.php.
| ilMediaCreationGUI::initMediaBulkForm | ( | string | $a_id, |
| string | $a_title | ||
| ) |
Definition at line 524 of file class.ilMediaCreationGUI.php.
References $lng.
| ilMediaCreationGUI::initPoolSelection | ( | ) |
Definition at line 315 of file class.ilMediaCreationGUI.php.
References $lng, and ilCtrl\getFormAction().
Here is the call graph for this function:| ilMediaCreationGUI::initUrlForm | ( | ) |
Definition at line 289 of file class.ilMediaCreationGUI.php.
References $lng, and ilCtrl\getFormAction().
Here is the call graph for this function:
|
protected |
Insert media from pool.
Definition at line 770 of file class.ilMediaCreationGUI.php.
References $id, ILIAS\Repository\lng(), and ilMediaPoolItem\lookupForeignId().
Here is the call graph for this function:| ilMediaCreationGUI::listPoolItems | ( | ) |
Insert media object from pool.
Definition at line 654 of file class.ilMediaCreationGUI.php.
References Vendor\Package\$f, $lng, ilObject\_lookupObjId(), ilObject\_lookupType(), ilRBACAccessHandler\checkAccess(), ilCtrl\getLinkTarget(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), and ilCtrl\setParameter().
Here is the call graph for this function:| ilMediaCreationGUI::performBulkUpload | ( | ) |
Save bulk upload form.
Definition at line 466 of file class.ilMediaCreationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilMediaCreationGUI::poolSelection | ( | ) |
Definition at line 749 of file class.ilMediaCreationGUI.php.
References ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:
|
protected |
Definition at line 713 of file class.ilMediaCreationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 544 of file class.ilMediaCreationGUI.php.
References $lng, ilMediaItem\getMediaItemsForUploadHash(), and ilCtrl\returnToParent().
Here is the call graph for this function:
|
protected |
Definition at line 580 of file class.ilMediaCreationGUI.php.
References Vendor\Package\$e, $format, $url, ilObjMediaObject\_getDirectory(), ilObjMediaObject\getMimeType(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMediaCreationGUI::selectPool | ( | ) |
Select concrete pool.
Definition at line 741 of file class.ilMediaCreationGUI.php.
References ilCtrl\redirect(), and ilCtrl\setParameter().
Here is the call graph for this function:| ilMediaCreationGUI::setAllMimeTypes | ( | array | $a_val | ) |
Definition at line 132 of file class.ilMediaCreationGUI.php.
| ilMediaCreationGUI::setAllSuffixes | ( | array | $a_val | ) |
Definition at line 121 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 47 of file class.ilMediaCreationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 56 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 53 of file class.ilMediaCreationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 51 of file class.ilMediaCreationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 52 of file class.ilMediaCreationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 64 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 60 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 44 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 49 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 54 of file class.ilMediaCreationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 48 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 50 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 69 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 55 of file class.ilMediaCreationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 67 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 45 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 66 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 42 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 65 of file class.ilMediaCreationGUI.php.
|
protected |
Definition at line 68 of file class.ilMediaCreationGUI.php.
| const ilMediaCreationGUI::POOL_VIEW_ALL = "all" |
Definition at line 41 of file class.ilMediaCreationGUI.php.
| const ilMediaCreationGUI::POOL_VIEW_FOLDER = "fold" |
Definition at line 40 of file class.ilMediaCreationGUI.php.
| const ilMediaCreationGUI::TYPE_ALL = 5 |
Definition at line 39 of file class.ilMediaCreationGUI.php.
| const ilMediaCreationGUI::TYPE_AUDIO = 2 |
Definition at line 36 of file class.ilMediaCreationGUI.php.
Referenced by ilObjMediaCastGUI\executeCommand().
| const ilMediaCreationGUI::TYPE_IMAGE = 3 |
Definition at line 37 of file class.ilMediaCreationGUI.php.
Referenced by ilObjMediaCastGUI\executeCommand().
| const ilMediaCreationGUI::TYPE_OTHER = 4 |
Definition at line 38 of file class.ilMediaCreationGUI.php.
| const ilMediaCreationGUI::TYPE_VIDEO = 1 |
Definition at line 35 of file class.ilMediaCreationGUI.php.
Referenced by ilObjMediaCastGUI\executeCommand().