ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct ( $a_data, int $a_id, bool $a_call_by_reference, bool $a_prepare_output=true) | |
executeCommand () | |
listItemsObject (bool $a_presentation_mode=false) | |
getFeedLink () | |
addCastItemObject () | |
Add media cast item. More... | |
editCastItemObject () | |
finishSingleUpload (int $mob_id) | |
initAddCastItemForm (string $a_mode="create") | |
getCastItemValues () | |
Get cast item values into form. More... | |
saveCastItemObject () | |
updateCastItemObject () | |
Update cast item. More... | |
confirmDeletionItemsObject () | |
deleteItemsObject () | |
downloadItemObject () | |
Download news media item. More... | |
determinePlaytimeObject () | |
infoScreenObject () | |
This one is called from the info button in the repository. More... | |
infoScreen () | |
addContentSubTabs (string $a_active="content") | |
editSettingsObject () | |
initSettingsForm () | |
Init Settings Form. More... | |
saveSettingsObject () | |
saveOrderObject () | |
showContentObject () | |
showGallery () | |
extractPreviewImageObject () | |
handlePlayerEventObject () | |
![]() | |
__construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
getRefId () | |
setAdminMode (string $mode) | |
getAdminMode () | |
getObject () | |
executeCommand () | |
withReferences () | |
determines whether objects are referenced or not (got ref ids or not) More... | |
setCreationMode (bool $mode=true) | |
if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The mode is determined in ilRepositoryGUI More... | |
getCreationMode () | |
prepareOutput (bool $show_sub_objects=true) | |
getAdminTabs () | |
administration tabs show only permissions and trash folder More... | |
getHTML () | |
confirmedDeleteObject () | |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
cancelDeleteObject () | |
cancel deletion of object More... | |
cancelObject () | |
cancel action and go back to previous page More... | |
createObject () | |
create new object form More... | |
cancelCreation () | |
cancel create action and go back to repository parent More... | |
saveObject () | |
getDidacticTemplateVar (string $type) | |
Get didactic template setting from creation screen. More... | |
putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
Add object to tree at given position. More... | |
editObject () | |
addExternalEditFormCustom (ilPropertyFormGUI $form) | |
updateObject () | |
updates object entry in object_data More... | |
getFormAction (string $cmd, string $default_form_action="") | |
Get form action for command (command is method name without "Object", e.g. More... | |
isVisible (int $ref_id, string $type) | |
viewObject () | |
viewObject container presentation for "administration -> repository, trash, permissions" More... | |
deleteObject (bool $error=false) | |
Display deletion confirmation screen. More... | |
setColumnSettings (ilColumnGUI $column_gui) | |
redirectAfterCreation () | |
Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
addToDeskObject () | |
removeFromDeskObject () | |
![]() | |
callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
static | _goto (string $a_target) |
![]() | |
static | _gotoRepositoryRoot (bool $raise_error=false) |
Goto repository root. More... | |
static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
static | _gotoSharedWorkspaceNode (int $wsp_id) |
Protected Member Functions | |
initCreationForms (string $new_type) | |
afterSave (ilObject $new_object) | |
onMobUpdate (int $mob_id) | |
setTabs () | |
addLocatorItems () | |
getMediaItem (int $id) | |
Get MediaItem for id and updates local variable mcst_item. More... | |
getMediaItems (int $id) | |
editOrderObject () | |
handlePlayerCompletedEventObject () | |
afterUpload ($mob_ids) | |
afterUrlSaving (int $mob_id, string $long_desc) | |
addMobsToCast (array $mob_ids, string $long_desc="", bool $redirect=true, bool $extract=false) | |
afterPoolInsert (array $mob_ids) | |
handleAutoplayTriggerObject () | |
![]() | |
getObjectService () | |
assignObject () | |
setTitleAndDescription () | |
initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
Add header action menu. More... | |
insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
Insert header action into main template. More... | |
addHeaderAction () | |
Add header action menu. More... | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. More... | |
setTabs () | |
set admin tabs More... | |
setAdminTabs () | |
set admin tabs More... | |
setLocator () | |
addLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
omitLocator (bool $omit=true) | |
addAdminLocatorItems (bool $do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
initCreationForms (string $new_type) | |
Init creation forms. More... | |
getCreationFormsHTML (array $forms) | |
Get HTML for creation forms (accordion) More... | |
initCreateForm (string $new_type) | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. More... | |
afterSave (ilObject $new_object) | |
Post (successful) object creation hook. More... | |
initEditForm () | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. More... | |
getEditFormValues () | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. More... | |
validateCustom (ilPropertyFormGUI $form) | |
Validate custom values (if not possible with checkInput()) More... | |
updateCustom (ilPropertyFormGUI $form) | |
Insert custom update form values into object. More... | |
afterUpdate () | |
Post (successful) object update hook. More... | |
initImportForm (string $new_type) | |
importFileObject (int $parent_id=null) | |
afterImport (ilObject $new_object) | |
Post (successful) object import hook. More... | |
setFormAction (string $cmd, string $form_action) | |
getReturnLocation (string $cmd, string $default_location="") | |
Get return location for command (command is method name without "Object", e.g. More... | |
setReturnLocation (string $cmd, string $location) | |
set specific return location for command More... | |
getTargetFrame (string $cmd, string $default_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. More... | |
setTargetFrame (string $cmd, string $target_frame) | |
Set specific target frame for command. More... | |
showPossibleSubObjects () | |
show possible sub objects (pull down menu) More... | |
getTabs () | |
overwrite in derived GUI class of your object type More... | |
redirectToRefId (int $ref_id, string $cmd="") | |
redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
fillCloneTemplate (?string $tpl_name, string $type) | |
Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
getCenterColumnHTML () | |
Get center column. More... | |
getRightColumnHTML () | |
Display right column. More... | |
checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. More... | |
showCustomIconsEditing ( $input_colspan=1, ilPropertyFormGUI $form=null, $as_section=true) | |
show edit section of custom icons for container More... | |
Static Protected Member Functions | |
static | isAudio (string $extension) |
Private Member Functions | |
getDuration (ilMediaItem $media_item) | |
createMediaItemForPurpose (ilObjMediaObject $mob, string $purpose) | |
Handle media item for given purpose. More... | |
updateMediaItem (ilObjMediaObject $mob, ilMediaItem $mediaItem) | |
Update media item from form. More... | |
populateFormFromPost () | |
Private Attributes | |
array | $additionalPurposes = [] |
array | $purposeSuffixes = [] |
array | $mimeTypes = [] |
Additional Inherited Members | |
![]() | |
const | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
const | ADMIN_MODE_NONE = "" |
const | ADMIN_MODE_SETTINGS = "settings" |
const | ADMIN_MODE_REPOSITORY = "repository" |
const | UPLOAD_TYPE_LOCAL = 1 |
const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
const | CFORM_NEW = 1 |
const | CFORM_IMPORT = 2 |
const | CFORM_CLONE = 3 |
Definition at line 33 of file class.ilObjMediaCastGUI.php.
ilObjMediaCastGUI::__construct | ( | $a_data, | |
int | $a_id, | ||
bool | $a_call_by_reference, | ||
bool | $a_prepare_output = true |
||
) |
mixed | $a_data |
Definition at line 50 of file class.ilObjMediaCastGUI.php.
References $DIC, ilObjectGUI\$lng, ilObjectGUI\$settings, ILIAS\GlobalScreen\Provider\__construct(), ilMediaCastSettings\_getInstance(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\filesystem(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\Repository\locator(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
|
static |
Definition at line 1351 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, $DIC, ilObjectGUI\$lng, ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilCtrl\redirectByClass(), ROOT_FOLDER_ID, ilCtrl\setParameterByClass(), and ilLanguage\txt().
ilObjMediaCastGUI::addCastItemObject | ( | ) |
Add media cast item.
Definition at line 301 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), initAddCastItemForm(), and ilGlobalTemplateInterface\setContent().
ilObjMediaCastGUI::addContentSubTabs | ( | string | $a_active = "content" | ) |
Definition at line 1057 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$access, ilObjectGUI\$lng, $tabs, ILIAS\Repository\ctrl(), ILIAS\Repository\object(), ilObjMediaCast\ORDER_MANUAL, and ilLanguage\txt().
Referenced by editOrderObject(), executeCommand(), listItemsObject(), and showContentObject().
|
protected |
Definition at line 1342 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$locator, ilObjectGUI\$requested_ref_id, ilLocatorGUI\addItem(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
|
protected |
Definition at line 1618 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$user, ilObject\getId(), ilCtrl\redirect(), and ilCtrl\setParameter().
Referenced by afterPoolInsert(), afterUpload(), and afterUrlSaving().
|
protected |
Definition at line 1641 of file class.ilObjMediaCastGUI.php.
References addMobsToCast().
Referenced by executeCommand().
|
protected |
Definition at line 224 of file class.ilObjMediaCastGUI.php.
References ilObject\getRefId(), ILIAS\Repository\lng(), and ilUtil\redirect().
|
protected |
Definition at line 1608 of file class.ilObjMediaCastGUI.php.
References addMobsToCast().
Referenced by executeCommand().
|
protected |
Definition at line 1613 of file class.ilObjMediaCastGUI.php.
References addMobsToCast().
Referenced by executeCommand().
ilObjMediaCastGUI::confirmDeletionItemsObject | ( | ) |
Definition at line 838 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), ilUtil\getImagePath(), listItemsObject(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
|
private |
Handle media item for given purpose.
Definition at line 654 of file class.ilObjMediaCastGUI.php.
References ilObjMediaObject\addMediaItem(), and updateMediaItem().
Referenced by saveCastItemObject(), and updateCastItemObject().
ilObjMediaCastGUI::deleteItemsObject | ( | ) |
Definition at line 876 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, $i, and ilObjectGUI\checkPermission().
ilObjMediaCastGUI::determinePlaytimeObject | ( | ) |
Definition at line 914 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjMediaObject\_getDirectory(), ilNewsItem\getId(), ilNewsItem\getMobId(), ILIAS\Repository\object(), ilNewsItem\setPlaytime(), and ilLanguage\txt().
ilObjMediaCastGUI::downloadItemObject | ( | ) |
Download news media item.
Definition at line 897 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, $ilUser, ilObjectGUI\$user, ilObjectGUI\checkPermission(), and exit.
ilObjMediaCastGUI::editCastItemObject | ( | ) |
Definition at line 311 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$toolbar, ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), ilFFmpeg\enabled(), getCastItemValues(), initAddCastItemForm(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), and ilFFmpeg\supportsImageExtraction().
|
protected |
Definition at line 1420 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$lng, $tabs, ilObjectGUI\$tpl, addContentSubTabs(), ilObjectGUI\checkPermission(), listItemsObject(), ILIAS\Repository\object(), ilObjMediaCast\ORDER_CREATION_DATE_ASC, ilObjMediaCast\ORDER_CREATION_DATE_DESC, ilObjMediaCast\ORDER_MANUAL, ilObjMediaCast\ORDER_TITLE, ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
ilObjMediaCastGUI::editSettingsObject | ( | ) |
Definition at line 1090 of file class.ilObjMediaCastGUI.php.
References $tabs, ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), initSettingsForm(), and ilGlobalTemplateInterface\setContent().
ilObjMediaCastGUI::executeCommand | ( | ) |
Definition at line 101 of file class.ilObjMediaCastGUI.php.
References $ilUser, $tabs, ilObjectGUI\$user, addContentSubTabs(), ilObjectGUI\addHeaderAction(), afterPoolInsert(), afterUpload(), afterUrlSaving(), ilObjectGUI\checkPermission(), ilObjectGUI\checkPermissionBool(), ILIAS\Repository\ctrl(), finishSingleUpload(), getFeedLink(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), infoScreen(), ilLearningProgressBaseGUI\LP_CONTEXT_REPOSITORY, ILIAS\Repository\object(), onMobUpdate(), ilObjectGUI\prepareOutput(), ilMediaCreationGUI\TYPE_AUDIO, ilMediaCreationGUI\TYPE_IMAGE, ilMediaCreationGUI\TYPE_VIDEO, ilObjMediaCast\VIEW_IMG_GALLERY, ilObjMediaCast\VIEW_PODCAST, and ilObjMediaCast\VIEW_VCAST.
ilObjMediaCastGUI::extractPreviewImageObject | ( | ) |
Definition at line 1546 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, Vendor\Package\$e, ilObjectGUI\checkPermission(), ilFFmpeg\getLastReturnValues(), and ILIAS\Repository\lng().
ilObjMediaCastGUI::finishSingleUpload | ( | int | $mob_id | ) |
Definition at line 351 of file class.ilObjMediaCastGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
Referenced by executeCommand().
ilObjMediaCastGUI::getCastItemValues | ( | ) |
Get cast item values into form.
Definition at line 494 of file class.ilObjMediaCastGUI.php.
References $i, ilObjectGUI\$lng, ilObjMediaCast\$purposes, getMediaItems(), and ilLanguage\txt().
Referenced by editCastItemObject().
|
private |
Definition at line 630 of file class.ilObjMediaCastGUI.php.
References $d, ilMediaItem\determineDuration(), and ilMediaItem\getDuration().
Referenced by saveCastItemObject(), and updateCastItemObject().
ilObjMediaCastGUI::getFeedLink | ( | ) |
Definition at line 278 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$requested_ref_id, $url, ilBlockSetting\_lookup(), CLIENT_ID, and ILIAS\Repository\object().
Referenced by executeCommand(), and showContentObject().
|
protected |
Get MediaItem for id and updates local variable mcst_item.
Definition at line 1384 of file class.ilObjMediaCastGUI.php.
References ilObjMediaObject\getMediaItem().
|
protected |
Definition at line 1392 of file class.ilObjMediaCastGUI.php.
References ilObjMediaObject\getMediaItems().
Referenced by getCastItemValues().
|
protected |
Definition at line 1646 of file class.ilObjMediaCastGUI.php.
References exit, and ILIAS\Repository\user().
|
protected |
Definition at line 1598 of file class.ilObjMediaCastGUI.php.
References $ilUser, ilObjectGUI\$user, and exit.
ilObjMediaCastGUI::handlePlayerEventObject | ( | ) |
Definition at line 1581 of file class.ilObjMediaCastGUI.php.
References $ilUser, ilObjectGUI\$user, exit, and ILIAS\Repository\int().
ilObjMediaCastGUI::infoScreen | ( | ) |
Definition at line 956 of file class.ilObjMediaCastGUI.php.
References $tabs, ilTabsGUI\activateTab(), ilObjectGUI\checkPermission(), ilObjectGUI\checkPermissionBool(), ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ILIAS\Repository\lng().
Referenced by executeCommand(), and infoScreenObject().
ilObjMediaCastGUI::infoScreenObject | ( | ) |
This one is called from the info button in the repository.
Definition at line 946 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\checkPermission(), ilObjectGUI\checkPermissionBool(), ILIAS\Repository\ctrl(), and infoScreen().
ilObjMediaCastGUI::initAddCastItemForm | ( | string | $a_mode = "create" | ) |
Definition at line 375 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjMediaCast\$purposes, $tabs, ilObjectGUI\checkPermission(), ilLanguage\loadLanguageModule(), ILIAS\Repository\object(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilRegExpInputGUI\setPattern(), ilFormPropertyGUI\setPostVar(), ilFormPropertyGUI\setRequired(), ilFileInputGUI\setSuffixes(), and ilLanguage\txt().
Referenced by addCastItemObject(), editCastItemObject(), saveCastItemObject(), and updateCastItemObject().
|
protected |
Definition at line 215 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\fillCloneTemplate(), ilObjectGUI\initCreateForm(), and ilObjectGUI\initImportForm().
ilObjMediaCastGUI::initSettingsForm | ( | ) |
Init Settings Form.
Definition at line 1105 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$object_service, ilBlockSetting\_lookup(), ilNewsItem\_lookupRSSPeriod(), ilRadioGroupInputGUI\addOption(), ilObjMediaCast\AUTOPLAY_ACT, ilObjMediaCast\AUTOPLAY_INACT, ilObjMediaCast\AUTOPLAY_NO, ilLearningProgressAccess\checkAccess(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\Repository\object(), ilObjMediaCast\ORDER_CREATION_DATE_ASC, ilObjMediaCast\ORDER_CREATION_DATE_DESC, ilObjMediaCast\ORDER_MANUAL, ilObjMediaCast\ORDER_TITLE, ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilNumberInputGUI\setMaxValue(), ilNumberInputGUI\setValue(), ilTextAreaInputGUI\setValue(), ilLanguage\txt(), ilObjMediaCast\VIEW_IMG_GALLERY, ilObjMediaCast\VIEW_PODCAST, and ilObjMediaCast\VIEW_VCAST.
Referenced by editSettingsObject(), and saveSettingsObject().
|
staticprotected |
Definition at line 1376 of file class.ilObjMediaCastGUI.php.
ilObjMediaCastGUI::listItemsObject | ( | bool | $a_presentation_mode = false | ) |
Definition at line 231 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$access, ilObjectGUI\$lng, ilObjectGUI\$toolbar, ilObjectGUI\$tpl, addContentSubTabs(), ilObjectGUI\checkPermission(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), ilLanguage\txt(), ilObjMediaCast\VIEW_IMG_GALLERY, ilObjMediaCast\VIEW_PODCAST, and ilObjMediaCast\VIEW_VCAST.
Referenced by confirmDeletionItemsObject(), editOrderObject(), and showContentObject().
|
protected |
Definition at line 362 of file class.ilObjMediaCastGUI.php.
References ILIAS\Repository\object().
Referenced by executeCommand().
|
private |
Definition at line 1400 of file class.ilObjMediaCastGUI.php.
References ilObjMediaCast\$purposes, ilObjectGUI\$tpl, and ilGlobalTemplateInterface\setContent().
Referenced by saveCastItemObject(), and updateCastItemObject().
ilObjMediaCastGUI::saveCastItemObject | ( | ) |
Definition at line 541 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, $ilUser, ilObjectGUI\$lng, $tabs, ilObjectGUI\$tpl, ilObjectGUI\$user, ilObjectGUI\checkPermission(), createMediaItemForPurpose(), getDuration(), initAddCastItemForm(), NEWS_AUDIO, ILIAS\Repository\object(), populateFormFromPost(), and ilLanguage\txt().
ilObjMediaCastGUI::saveOrderObject | ( | ) |
Definition at line 1454 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$id, ilObjectGUI\$lng, ILIAS\Repository\ctrl(), and ilLanguage\txt().
ilObjMediaCastGUI::saveSettingsObject | ( | ) |
Definition at line 1283 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$object_service, $tabs, ilBlockSetting\_write(), ilObjectGUI\checkPermission(), initSettingsForm(), and ILIAS\Repository\lng().
|
protected |
Definition at line 993 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$access, $help, ilObjectGUI\$lng, $tabs, ilLearningProgressAccess\checkAccess(), ILIAS\Repository\ctrl(), ILIAS\Repository\object(), ilHelpGUI\setScreenIdComponent(), and ilLanguage\txt().
ilObjMediaCastGUI::showContentObject | ( | ) |
Definition at line 1475 of file class.ilObjMediaCastGUI.php.
References $ilUser, $tabs, ilObjectGUI\$tpl, ilObjectGUI\$user, ilChangeEvent\_recordReadEvent(), ilLPStatusWrapper\_updateStatus(), addContentSubTabs(), ILIAS\Repository\ctrl(), getFeedLink(), listItemsObject(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), ilGlobalTemplateInterface\setPermanentLink(), showGallery(), ILIAS\Repository\tabs(), ilObjMediaCast\VIEW_GALLERY, ilObjMediaCast\VIEW_IMG_GALLERY, ilObjMediaCast\VIEW_PODCAST, and ilObjMediaCast\VIEW_VCAST.
ilObjMediaCastGUI::showGallery | ( | ) |
Definition at line 1537 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, $tabs, ilObjectGUI\$tpl, and ILIAS\Repository\lng().
Referenced by showContentObject().
ilObjMediaCastGUI::updateCastItemObject | ( | ) |
Update cast item.
Definition at line 741 of file class.ilObjMediaCastGUI.php.
References ilObjectGUI\$ctrl, $ilUser, $log, ilObjMediaCast\$purposes, ilObjectGUI\$user, ilObjectGUI\checkPermission(), createMediaItemForPurpose(), getDuration(), ilNewsItem\getMobId(), initAddCastItemForm(), ILIAS\Repository\int(), populateFormFromPost(), and updateMediaItem().
|
private |
Update media item from form.
FileNotFoundException | |
IOException | |
ilException | |
ilMediaObjectsException |
Definition at line 671 of file class.ilObjMediaCastGUI.php.
References $format, $location, ilObjMediaObject\_getDirectory(), ilObjMediaObject\createDirectory(), ILIAS\Repository\filesystem(), ilFileUtils\getASCIIFilename(), ilObject\getId(), ilMediaItem\getLocation(), ilMediaItem\getLocationType(), ilObjMediaObject\getMimeType(), ilMediaItem\getPurpose(), ilFileUtils\moveUploadedFile(), ilFileUtils\renameExecutables(), ilMediaItem\setFormat(), ilMediaItem\setHAlign(), ilMediaItem\setHeight(), ilMediaItem\setLocation(), ilMediaItem\setLocationType(), and ilObject\setTitle().
Referenced by createMediaItemForPurpose(), and updateCastItemObject().
|
private |
Definition at line 42 of file class.ilObjMediaCastGUI.php.
|
protected |
Definition at line 45 of file class.ilObjMediaCastGUI.php.
|
protected |
Definition at line 36 of file class.ilObjMediaCastGUI.php.
|
protected |
Definition at line 41 of file class.ilObjMediaCastGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 40 of file class.ilObjMediaCastGUI.php.
Referenced by updateCastItemObject().
|
protected |
Definition at line 35 of file class.ilObjMediaCastGUI.php.
|
protected |
Definition at line 38 of file class.ilObjMediaCastGUI.php.
|
protected |
Definition at line 37 of file class.ilObjMediaCastGUI.php.
|
private |
Definition at line 44 of file class.ilObjMediaCastGUI.php.
|
private |
Definition at line 43 of file class.ilObjMediaCastGUI.php.
|
protected |
Definition at line 39 of file class.ilObjMediaCastGUI.php.
Referenced by addContentSubTabs(), confirmDeletionItemsObject(), editOrderObject(), editSettingsObject(), executeCommand(), infoScreen(), initAddCastItemForm(), saveCastItemObject(), saveSettingsObject(), setTabs(), showContentObject(), and showGallery().