ILIAS
Release_4_4_x_branch Revision 61816
|
User Interface class for media pool objects. More...
Public Member Functions | |
getType () | |
Get type. | |
& | executeCommand () |
execute command | |
createMediaObject () | |
obsolete? | |
afterSave ($newObj) | |
save object | |
listMedia () | |
list media objects | |
allMedia () | |
list all objects | |
applyFilter () | |
Apply filter. | |
resetFilter () | |
Reset filter. | |
getTemplate () | |
Get standard template. | |
getParentFolderId () | |
Get folder parent ID. | |
showMedia () | |
show media object | |
showFullscreen () | |
show fullscreen | |
confirmRemove () | |
confirm remove of mobs | |
openClipboard () | |
paste from clipboard | |
insertFromClipboard () | |
insert media object from clipboard | |
cancelRemove () | |
cancel deletion of media objects/folders | |
remove () | |
confirm deletion of | |
copyToClipboard () | |
copy media objects to clipboard | |
addLocatorItems () | |
add locator items for media pool | |
createFolderForm () | |
create folder form | |
editFolder () | |
Edit folder. | |
getFolderValues () | |
Get current values for folder from. | |
saveFolder () | |
Save folder form. | |
updateFolder () | |
Update folder. | |
initFolderForm ($a_mode="edit") | |
Init folder form. | |
cancelFolderUpdate () | |
Cancel save. | |
cancelSave () | |
Cancel save. | |
createMediaPoolPage () | |
Create new content snippet. | |
editMediaPoolPage () | |
Edit media pool page. | |
saveMediaPoolPage () | |
Save media pool page. | |
updateMediaPoolPage () | |
Update media pool page. | |
initMediaPoolPageForm ($a_mode="edit") | |
Init page form. | |
getMediaPoolPageValues () | |
Get current values for media pool page from. | |
setMediaPoolPageTabs () | |
Set media pool page tabs. | |
showAllMediaPoolPageUsages () | |
List usages of the contnet snippet. | |
showMediaPoolPageUsages ($a_all=false) | |
List usages of the contnet snippet. | |
setTabs () | |
Set tabs. | |
_goto ($a_target) | |
goto target media pool | |
infoScreenObject () | |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed | |
infoScreen () | |
show information screen | |
selectUploadDirFiles () | |
Select files from upload directory. | |
createMediaFromUploadDir () | |
Create media object from upload directory. | |
Public Member Functions inherited from ilObject2GUI | |
__construct ($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0) | |
Constructor. | |
delete () | |
Display delete confirmation form (repository/workspace switch) | |
confirmedDelete () | |
Delete objects (repository/workspace switch) | |
getHTML () | |
withReferences () | |
Final/Private declaration of unchanged parent methods. | |
setCreationMode ($a_mode=true) | |
if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui | |
getCreationMode () | |
get creation mode | |
isVisible () | |
trash () | |
undelete () | |
cancelDelete () | |
removeFromSystem () | |
cloneAll () | |
view () | |
view object content (repository/workspace switch) | |
create () | |
Deleted in ilObject. | |
save () | |
edit () | |
update () | |
cancel () | |
importFile () | |
Import. | |
Public Member Functions inherited from ilObjectGUI | |
ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
Constructor public. | |
getAdminTabs (&$tabs_gui) | |
administration tabs show only permissions and trash folder | |
confirmedDeleteObject () | |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
cancelDeleteObject () | |
cancel deletion of object | |
cancelObject ($in_rep=false) | |
cancel action and go back to previous page public | |
createObject () | |
create new object form | |
cancelCreation () | |
cancel create action and go back to repository parent | |
saveObject () | |
save object | |
editObject () | |
edit object | |
updateObject () | |
updates object entry in object_data | |
getFormAction ($a_cmd, $a_formaction="") | |
get form action for command (command is method name without "Object", e.g. | |
isVisible ($a_ref_id, $a_type) | |
viewObject () | |
list childs of current object | |
deleteObject ($a_error=false) | |
Display deletion confirmation screen. | |
cloneAllObject () | |
Clone single (not container object) Method is overwritten in ilContainerGUI. |
Data Fields | |
$output_prepared | |
Data Fields inherited from ilObject2GUI | |
$tree | |
const | OBJECT_ID = 0 |
const | REPOSITORY_NODE_ID = 1 |
const | WORKSPACE_NODE_ID = 2 |
const | REPOSITORY_OBJECT_ID = 3 |
const | WORKSPACE_OBJECT_ID = 4 |
const | PORTFOLIO_OBJECT_ID = 5 |
Data Fields inherited from ilObjectGUI | |
const | COPY_WIZARD_NEEDS_PAGE = 1 |
$ilias | |
$objDefinition | |
$tpl | |
$tree | |
$lng | |
$data | |
$object | |
$ref_id | |
$obj_id | |
$maxcount | |
$formaction | |
$return_location | |
$target_frame | |
$tab_target_script | |
$actions | |
$sub_objects | |
$omit_locator = false | |
const | CFORM_NEW = 1 |
const | CFORM_IMPORT = 2 |
const | CFORM_CLONE = 3 |
Protected Member Functions | |
afterConstructor () | |
Initialisation. | |
initCreationForms ($a_new_type) | |
Init creation froms. | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. | |
updateCustom (ilPropertyFormGUI $a_form) | |
Insert custom update form values into object. | |
Protected Member Functions inherited from ilObject2GUI | |
assignObject () | |
create object instance as internal property (repository/workspace switch) | |
getAccessHandler () | |
Get access handler. | |
setLocator () | |
set Locator | |
deleteConfirmation () | |
Display delete confirmation form (workspace specific) | |
deleteConfirmedObjects () | |
Delete objects (workspace specific) | |
prepareOutput () | |
prepare output | |
setTitleAndDescription () | |
called by prepare output | |
showUpperIcon () | |
omitLocator ($a_omit=true) | |
getTargetFrame ($a_cmd, $a_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. | |
setTargetFrame ($a_cmd, $a_target_frame) | |
set specific target frame for command | |
getCenterColumnHTML () | |
Get center column. | |
getRightColumnHTML () | |
Display right column. | |
setColumnSettings ($column_gui) | |
May be overwritten in subclasses. | |
checkPermission ($a_perm, $a_cmd="") | |
showPossibleSubObjects () | |
show possible subobjects (pulldown menu) | |
redirectToRefId () | |
fillCloneTemplate ($a_tpl_varname, $a_type) | |
Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. | |
fillCloneSearchTemplate ($a_tpl_varname, $a_type) | |
searchCloneSource () | |
buildCloneSelect ($existing_objs) | |
addAdminLocatorItems () | |
getReturnLocation () | |
Deprecated functions. | |
setReturnLocation () | |
showActions () | |
getTitlesByRefId () | |
getTabs () | |
__showButton () | |
hitsperpageObject () | |
__initTableGUI () | |
__setTableGUIBasicData () | |
putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
Add object to tree at given position. | |
checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_node_id=null) | |
Check permission. | |
initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
Add header action menu. | |
redrawHeaderAction () | |
Updating icons after ajax call. | |
getPermanentLinkWidget ($a_append=null, $a_center=false) | |
handleAutoRating (ilObject $a_new_obj) | |
Activate rating automatically if parent container setting. | |
Protected Member Functions inherited from ilObjectGUI | |
insertHeaderAction ($a_list_gui) | |
Insert header action into main template. | |
addHeaderAction () | |
Add header action menu. | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. | |
showMountWebfolderIcon () | |
setAdminTabs () | |
set admin tabs public | |
addAdminLocatorItems ($a_do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) | |
getCreationFormsHTML (array $a_forms) | |
Get HTML for creation forms (accordion) | |
initCreateForm ($a_new_type) | |
Init object creation form. | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
Show didactic template types. | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. | |
getDidacticTemplateVar ($a_type) | |
Get didactic template setting from creation screen. | |
afterSave (ilObject $a_new_object) | |
Post (successful) object creation hook. | |
initEditForm () | |
Init object edit form. | |
getEditFormValues () | |
Get values for edit form. | |
afterUpdate () | |
Post (successful) object update hook. | |
initImportForm ($a_new_type) | |
Init object import form. | |
importFileObject ($parent_id=null) | |
Import. | |
afterImport (ilObject $a_new_object) | |
Post (successful) object import hook. | |
setFormAction ($a_cmd, $a_formaction) | |
set specific form action for command | |
getReturnLocation ($a_cmd, $a_location="") | |
get return location for command (command is method name without "Object", e.g. | |
setReturnLocation ($a_cmd, $a_location) | |
set specific return location for command | |
getTemplateFile ($a_cmd, $a_type="") | |
get a template blockfile format: tpl. | |
getTitlesByRefId ($a_ref_ids) | |
get Titles of objects this method is used for error messages in methods cut/copy/paste | |
getTabs (&$tabs_gui) | |
get tabs abstract method. | |
__showButton ($a_cmd, $a_text, $a_target= '') | |
__setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
standard implementation for tables use 'from' variable use different initial setting of table | |
redirectToRefId ($a_ref_id, $a_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 $_GET["ref_id"] value | |
checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission and redirect on error. | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. |
Additional Inherited Members | |
Static Public Member Functions inherited from ilObjectGUI | |
static | _gotoRepositoryRoot ($a_raise_error=false) |
Goto repository root. | |
static | _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset") |
Goto repository root. | |
Protected Attributes inherited from ilObject2GUI | |
$object_id | |
$node_id | |
$creation_forms = array() | |
$id_type = array() | |
$parent_id | |
$access_handler |
User Interface class for media pool objects.
ilObjMediaPoolGUI: ilObjMediaObjectGUI, ilObjFolderGUI, ilEditClipboardGUI, ilPermissionGUI ilObjMediaPoolGUI: ilInfoScreenGUI, ilMediaPoolPageGUI, ilExportGUI, ilFileSystemGUI ilObjMediaPoolGUI: ilCommonActionDispatcherGUI, ilObjectCopyGUI
Definition at line 25 of file class.ilObjMediaPoolGUI.php.
ilObjMediaPoolGUI::_goto | ( | $a_target | ) |
goto target media pool
Definition at line 1327 of file class.ilObjMediaPoolGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObjectGUI\$ref_id, ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
ilObjMediaPoolGUI::addLocatorItems | ( | ) |
add locator items for media pool
Reimplemented from ilObject2GUI.
Definition at line 855 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilObjectGUI\$obj_id, $path, ilObject2GUI\$tree, and ilObject2GUI\getCreationMode().
|
protected |
Initialisation.
Reimplemented from ilObject2GUI.
Definition at line 32 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$lng.
ilObjMediaPoolGUI::afterSave | ( | $newObj | ) |
save object
Definition at line 339 of file class.ilObjMediaPoolGUI.php.
References ilUtil\redirect(), and ilUtil\sendSuccess().
ilObjMediaPoolGUI::allMedia | ( | ) |
list all objects
Definition at line 443 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, ilObjectGUI\$tpl, ilObject2GUI\$tree, ilMediaPoolTableGUI\IL_MEP_EDIT, and ilMediaPoolItem\lookupTitle().
Referenced by applyFilter(), and resetFilter().
ilObjMediaPoolGUI::applyFilter | ( | ) |
Apply filter.
Definition at line 489 of file class.ilObjMediaPoolGUI.php.
References allMedia(), and ilMediaPoolTableGUI\IL_MEP_EDIT.
ilObjMediaPoolGUI::cancelFolderUpdate | ( | ) |
ilObjMediaPoolGUI::cancelRemove | ( | ) |
cancel deletion of media objects/folders
Definition at line 784 of file class.ilObjMediaPoolGUI.php.
References $_GET.
ilObjMediaPoolGUI::cancelSave | ( | ) |
ilObjMediaPoolGUI::confirmRemove | ( | ) |
confirm remove of mobs
Definition at line 613 of file class.ilObjMediaPoolGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$obj_id, ilUtil\getImageTagByType(), ilPageContentUsage\getUsages(), ilMediaPoolItem\lookupTitle(), ilMediaPoolItem\lookupType(), and ilUtil\sendFailure().
ilObjMediaPoolGUI::copyToClipboard | ( | ) |
copy media objects to clipboard
Definition at line 814 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilUser, ilObjectGUI\$obj_id, ilObject2GUI\checkPermission(), ilMediaPoolItem\lookupForeignId(), ilMediaPoolItem\lookupType(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjMediaPoolGUI::createFolderForm | ( | ) |
create folder form
Definition at line 895 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$tpl, and initFolderForm().
ilObjMediaPoolGUI::createMediaFromUploadDir | ( | ) |
Create media object from upload directory.
Definition at line 1467 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $file, $location, ilObject2GUI\$tree, ilMainMenuGUI\_checkAdministrationPermission(), ilObjMediaObject\_determineWidthHeight(), ilObjMediaObject\_getDirectory(), ilObjMediaObject\getMimeType(), ilUtil\moveUploadedFile(), ilUtil\redirect(), and ilUtil\renameExecutables().
ilObjMediaPoolGUI::createMediaObject | ( | ) |
obsolete?
Definition at line 323 of file class.ilObjMediaPoolGUI.php.
ilObjMediaPoolGUI::createMediaPoolPage | ( | ) |
Create new content snippet.
Definition at line 1048 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$tpl, and initMediaPoolPageForm().
ilObjMediaPoolGUI::editFolder | ( | ) |
Edit folder.
@return |
Definition at line 921 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$tpl, getFolderValues(), and initFolderForm().
ilObjMediaPoolGUI::editMediaPoolPage | ( | ) |
Edit media pool page.
@return |
Definition at line 1061 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilObjectGUI\$tpl, getMediaPoolPageValues(), initMediaPoolPageForm(), and setMediaPoolPageTabs().
& ilObjMediaPoolGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObject2GUI.
Definition at line 62 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $cmd, $ilCtrl, ilObjectGUI\$lng, $ret, ilObjectGUI\$tpl, ilObject2GUI\$tree, ilObjectGUI\addHeaderAction(), ilObject2GUI\getCreationMode(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), getParentFolderId(), getTemplate(), infoScreen(), ilMediaPoolItem\lookupForeignId(), ilObject2GUI\prepareOutput(), ilUtil\redirect(), ilObject2GUI\setCreationMode(), ilObject2GUI\setLocator(), setMediaPoolPageTabs(), and ilFileSystemGUI\setPostDirPath().
|
protected |
Add values to custom edit fields.
array | $a_values |
Reimplemented from ilObjectGUI.
Definition at line 366 of file class.ilObjMediaPoolGUI.php.
ilObjMediaPoolGUI::getFolderValues | ( | ) |
Get current values for folder from.
Definition at line 933 of file class.ilObjMediaPoolGUI.php.
References $_GET, and ilMediaPoolItem\lookupTitle().
Referenced by editFolder().
ilObjMediaPoolGUI::getMediaPoolPageValues | ( | ) |
Get current values for media pool page from.
Definition at line 1174 of file class.ilObjMediaPoolGUI.php.
References $_GET, and ilMediaPoolItem\lookupTitle().
Referenced by editMediaPoolPage().
ilObjMediaPoolGUI::getParentFolderId | ( | ) |
Get folder parent ID.
Definition at line 524 of file class.ilObjMediaPoolGUI.php.
References $_GET.
Referenced by executeCommand().
ilObjMediaPoolGUI::getTemplate | ( | ) |
Get standard template.
Definition at line 515 of file class.ilObjMediaPoolGUI.php.
Referenced by executeCommand().
|
final |
Get type.
Reimplemented from ilObject2GUI.
Definition at line 54 of file class.ilObjMediaPoolGUI.php.
ilObjMediaPoolGUI::infoScreen | ( | ) |
show information screen
Definition at line 1375 of file class.ilObjMediaPoolGUI.php.
References $_GET.
Referenced by executeCommand(), and infoScreenObject().
ilObjMediaPoolGUI::infoScreenObject | ( | ) |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 1365 of file class.ilObjMediaPoolGUI.php.
References infoScreen().
|
protected |
Init creation froms.
this will create the default creation forms: new, import, clone
string | $a_new_type |
Reimplemented from ilObject2GUI.
Definition at line 328 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\initCreateForm(), and ilObjectGUI\initImportForm().
|
protected |
Add custom fields to update form.
ilPropertyFormGUI | $a_form |
Reimplemented from ilObjectGUI.
Definition at line 348 of file class.ilObjMediaPoolGUI.php.
References ilPropertyFormGUI\addItem(), and ilNumberInputGUI\setMinValue().
ilObjMediaPoolGUI::initFolderForm | ( | $a_mode = "edit" | ) |
Init folder form.
int | $a_mode | Edit Mode |
Definition at line 991 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl, ilObjectGUI\$lng, and ilTextInputGUI\setMaxLength().
Referenced by createFolderForm(), editFolder(), saveFolder(), and updateFolder().
ilObjMediaPoolGUI::initMediaPoolPageForm | ( | $a_mode = "edit" | ) |
Init page form.
int | $a_mode | Edit Mode |
Definition at line 1142 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl, ilObjectGUI\$lng, and ilTextInputGUI\setMaxLength().
Referenced by createMediaPoolPage(), editMediaPoolPage(), saveMediaPoolPage(), and updateMediaPoolPage().
ilObjMediaPoolGUI::insertFromClipboard | ( | ) |
insert media object from clipboard
Definition at line 693 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilEditClipboardGUI\_getSelectedIDs(), ilObject\_lookupTitle(), ilMediaPoolPage\lookupTitle(), ilMediaPoolItem\lookupTitle(), and ilUtil\sendInfo().
ilObjMediaPoolGUI::listMedia | ( | ) |
list media objects
Definition at line 387 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\$tree, and ilMainMenuGUI\_checkAdministrationPermission().
ilObjMediaPoolGUI::openClipboard | ( | ) |
paste from clipboard
Definition at line 674 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl.
ilObjMediaPoolGUI::remove | ( | ) |
confirm deletion of
Definition at line 792 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, ilObjectGUI\$obj_id, and ilUtil\sendSuccess().
ilObjMediaPoolGUI::resetFilter | ( | ) |
Reset filter.
Definition at line 502 of file class.ilObjMediaPoolGUI.php.
References allMedia(), and ilMediaPoolTableGUI\IL_MEP_EDIT.
ilObjMediaPoolGUI::saveFolder | ( | ) |
Save folder form.
Definition at line 945 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, initFolderForm(), and ilUtil\sendSuccess().
ilObjMediaPoolGUI::saveMediaPoolPage | ( | ) |
Save media pool page.
Definition at line 1079 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\$tree, initMediaPoolPageForm(), and ilUtil\sendSuccess().
ilObjMediaPoolGUI::selectUploadDirFiles | ( | ) |
Select files from upload directory.
Definition at line 1432 of file class.ilObjMediaPoolGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, $options, $si, $tab, ilObjectGUI\$tpl, and ilMainMenuGUI\_checkAdministrationPermission().
ilObjMediaPoolGUI::setMediaPoolPageTabs | ( | ) |
Set media pool page tabs.
@return |
Definition at line 1190 of file class.ilObjMediaPoolGUI.php.
References $_GET, $ilCtrl, and ilObjectGUI\$lng.
Referenced by editMediaPoolPage(), executeCommand(), and showMediaPoolPageUsages().
ilObjMediaPoolGUI::setTabs | ( | ) |
Set tabs.
Reimplemented from ilObject2GUI.
Definition at line 1264 of file class.ilObjMediaPoolGUI.php.
References $_GET, and $ilCtrl.
ilObjMediaPoolGUI::showAllMediaPoolPageUsages | ( | ) |
List usages of the contnet snippet.
Definition at line 1209 of file class.ilObjMediaPoolGUI.php.
References showMediaPoolPageUsages().
ilObjMediaPoolGUI::showFullscreen | ( | ) |
show fullscreen
Definition at line 605 of file class.ilObjMediaPoolGUI.php.
References showMedia().
ilObjMediaPoolGUI::showMedia | ( | ) |
show media object
Definition at line 544 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilMediaItem\_getMapAreasIntLinks(), ilObjStyleSheet\getContentStylePath(), ilUtil\getImagePath(), ilUtil\getStyleSheetLocation(), ilUtil\getWebspaceDir(), IL_MODE_ALIAS, IL_MODE_OUTPUT, ilObjMediaObjectGUI\includePresentationJS(), xslt_create(), xslt_error(), xslt_free(), and xslt_process().
Referenced by showFullscreen().
ilObjMediaPoolGUI::showMediaPoolPageUsages | ( | $a_all = false | ) |
List usages of the contnet snippet.
Definition at line 1218 of file class.ilObjMediaPoolGUI.php.
References $_GET, $cmd, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, and setMediaPoolPageTabs().
Referenced by showAllMediaPoolPageUsages().
|
protected |
Insert custom update form values into object.
ilPropertyFormGUI | $a_form |
Reimplemented from ilObjectGUI.
Definition at line 378 of file class.ilObjMediaPoolGUI.php.
References ilPropertyFormGUI\getInput().
ilObjMediaPoolGUI::updateFolder | ( | ) |
Update folder.
Definition at line 966 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, initFolderForm(), and ilUtil\sendSuccess().
ilObjMediaPoolGUI::updateMediaPoolPage | ( | ) |
Update media pool page.
Definition at line 1120 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, initMediaPoolPageForm(), and ilUtil\sendSuccess().
ilObjMediaPoolGUI::$output_prepared |
Definition at line 27 of file class.ilObjMediaPoolGUI.php.