|
ILIAS
Release_3_10_x_branch Revision 61812
|
User Interface class for file based learning modules (HTML) More...
Inheritance diagram for ilObjFileBasedLMGUI:
Collaboration diagram for ilObjFileBasedLMGUI:Public Member Functions | |
| ilObjFileBasedLMGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor. | |
| & | executeCommand () |
| execute command | |
| createObject () | |
| create new object form | |
| properties () | |
| edit properties of object (admin form) | |
| saveProperties () | |
| save properties | |
| saveObject () | |
| save object public | |
| editObject () | |
| edit properties of object (admin form) | |
| edit () | |
| edit properties of object (module form) | |
| cancel () | |
| cancel editing | |
| cancelObject ($in_rep=false) | |
| cancel action and go back to previous page public | |
| update () | |
| update properties | |
| setStartFile ($a_file) | |
| perm () | |
| permission form | |
| saveBibItemObject ($a_target="") | |
| save bib item (admin call) | |
| saveBibItem () | |
| save bib item (module call) | |
| editBibItemObject ($a_target="") | |
| edit bib items (admin call) | |
| editBibItem () | |
| edit bib items (module call) | |
| deleteBibItemObject ($a_target="") | |
| delete bib item (admin call) | |
| deleteBibItem () | |
| delete bib item (module call) | |
| addBibItemObject ($a_target="") | |
| add bib item (admin call) | |
| addBibItem () | |
| add bib item (module call) | |
| frameset () | |
| output main frameset of media pool left frame: explorer tree of folders right frame: media pool content | |
| explorer () | |
| directory explorer | |
| getTemplate () | |
| output main header (title and locator) | |
| showLearningModule () | |
| infoScreen () | |
| 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 | |
| showInfoScreen () | |
| info screen call from inside learning module | |
| outputInfoScreen ($a_standard_locator=true) | |
| info screen | |
| setTabs () | |
| output tabs | |
| getTabs (&$tabs_gui) | |
| adds tabs to tab gui object | |
| _goto ($a_target) | |
| redirect script | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
Public Member Functions inherited from ilObjectGUI | |
| ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor public. | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) | |
| 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 | |
| assignObject () | |
| prepareOutput () | |
| prepare output | |
| setTitleAndDescription () | |
| called by prepare output | |
| showUpperIcon () | |
| showMountWebfolderIcon () | |
| setAdminTabs () | |
| set admin tabs public | |
| getAdminTabs (&$tabs_gui) | |
| administration tabs show only permissions and trash folder | |
| getHTML () | |
| setActions ($a_actions="") | |
| set possible actions for objects in list. | |
| setSubObjects ($a_sub_objects="") | |
| set possible subobjects for this object. | |
| setLocator () | |
| set Locator | |
| omitLocator ($a_omit=true) | |
| addAdminLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| undeleteObject () | |
| get object back from trash | |
| insertSavedNodes ($a_source_id, $a_dest_id, $a_tree_id, &$a_affected_ids) | |
| recursive method to insert all saved nodes of the clipboard (maybe this function could be moved to a rbac class ?) | |
| confirmedDeleteObject () | |
| confirmed deletion if object -> objects are moved to trash | |
| cancelDeleteObject () | |
| cancel deletion of object | |
| removeFromSystemObject () | |
| remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method | |
| removeDeletedNodes ($a_node_id, $a_checked, $a_delete_objects, &$a_affected_ids) | |
| remove already deleted objects within the objects in trash recursive function | |
| importObject () | |
| import new object form | |
| displayEditForm ($fields) | |
| display edit form (usually called by editObject) | |
| updateObject () | |
| updates object entry in object_data | |
| afterUpdate () | |
| permObject () | |
| show permissions of current node | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. | |
| 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 | |
| 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 | |
| permSaveObject () | |
| save permissions | |
| isVisible ($a_ref_id, $a_type) | |
| displayList () | |
| display object list | |
| viewObject () | |
| list childs of current object | |
| deleteObject ($a_error=false) | |
| display deletion confirmation screen only for referenced objects. | |
| trashObject () | |
| show trash content of object | |
| addRoleObject () | |
| adds a local role This method is only called when choose the option 'you may add local roles'. | |
| showActions ($with_subobjects=false) | |
| show possible action (form buttons) | |
| getActions () | |
| Get Actions. | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) | |
| 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 | |
| __showButton ($a_cmd, $a_text, $a_target= '') | |
| hitsperpageObject () | |
| & | __initTableGUI () |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table | |
| __showClipboardTable ($a_result_set, $a_from="") | |
| infoObject () | |
| __buildRoleFilterSelect () | |
| __filterRoles ($a_roles, $a_filter) | |
| ownerObject () | |
| changeOwnerObject () | |
| 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 | |
| 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) | |
| Add an object search in case the number of existing objects is too big to offer a selection list. | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. | |
| copyWizardHasOptions ($a_mode) | |
| Check if there is any modules specific option. | |
| getCenterColumnHTML () | |
| Get center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. | |
| checkPermission ($a_perm, $a_cmd="") | |
Data Fields | |
| $output_prepared | |
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 | |
Additional Inherited Members | |
Protected Member Functions inherited from ilObjectGUI | |
| searchCloneSourceObject () | |
| Search clone source by title. | |
| buildCloneSelect ($existing_objs) | |
| Build a select box for clonable objects (permission write) | |
User Interface class for file based learning modules (HTML)
ilObjFileBasedLMGUI: ilFileSystemGUI, ilMDEditorGUI, ilPermissionGUI, ilLearningProgressGUI, ilInfoScreenGUI ilObjFileBasedLMGUI: ilShopPurchaseGUI
Definition at line 42 of file class.ilObjFileBasedLMGUI.php.
| ilObjFileBasedLMGUI::_goto | ( | $a_target | ) |
redirect script
| string | $a_target |
Definition at line 758 of file class.ilObjFileBasedLMGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjFileBasedLMGUI::addBibItem | ( | ) |
add bib item (module call)
Definition at line 542 of file class.ilObjFileBasedLMGUI.php.
References addBibItemObject().
Here is the call graph for this function:| ilObjFileBasedLMGUI::addBibItemObject | ( | $a_target = "" | ) |
add bib item (admin call)
Definition at line 500 of file class.ilObjFileBasedLMGUI.php.
References $_GET, ilObjectGUI\$data, and ilUtil\sendInfo().
Referenced by addBibItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjFileBasedLMGUI::addLocatorItems | ( | ) |
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented from ilObjectGUI.
Definition at line 783 of file class.ilObjFileBasedLMGUI.php.
References $_GET.
| ilObjFileBasedLMGUI::cancel | ( | ) |
cancel editing
Definition at line 353 of file class.ilObjFileBasedLMGUI.php.
References cancelObject().
Here is the call graph for this function:| ilObjFileBasedLMGUI::cancelObject | ( | $in_rep = false | ) |
cancel action and go back to previous page public
Reimplemented from ilObjectGUI.
Definition at line 364 of file class.ilObjFileBasedLMGUI.php.
References $_GET, ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cancel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjFileBasedLMGUI::createObject | ( | ) |
create new object form
public
Reimplemented from ilObjectGUI.
Definition at line 169 of file class.ilObjFileBasedLMGUI.php.
References $_GET, $_SESSION, ilObjectGUI\$data, ilFrameTargetInfo\_getFrame(), ilUtil\getImagePath(), ilObjectGUI\getTemplateFile(), ilUtil\prepareFormOutput(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjFileBasedLMGUI::deleteBibItem | ( | ) |
delete bib item (module call)
Definition at line 491 of file class.ilObjFileBasedLMGUI.php.
References deleteBibItemObject().
Here is the call graph for this function:| ilObjFileBasedLMGUI::deleteBibItemObject | ( | $a_target = "" | ) |
delete bib item (admin call)
Definition at line 469 of file class.ilObjFileBasedLMGUI.php.
References $_GET.
Referenced by deleteBibItem().
Here is the caller graph for this function:| ilObjFileBasedLMGUI::edit | ( | ) |
edit properties of object (module form)
Definition at line 344 of file class.ilObjFileBasedLMGUI.php.
References editObject(), and ilObjectGUI\prepareOutput().
Here is the call graph for this function:| ilObjFileBasedLMGUI::editBibItem | ( | ) |
edit bib items (module call)
Definition at line 460 of file class.ilObjFileBasedLMGUI.php.
References editBibItemObject().
Here is the call graph for this function:| ilObjFileBasedLMGUI::editBibItemObject | ( | $a_target = "" | ) |
edit bib items (admin call)
Definition at line 438 of file class.ilObjFileBasedLMGUI.php.
References $_GET.
Referenced by editBibItem().
Here is the caller graph for this function:| ilObjFileBasedLMGUI::editObject | ( | ) |
edit properties of object (admin form)
public
Reimplemented from ilObjectGUI.
Definition at line 327 of file class.ilObjFileBasedLMGUI.php.
References ilObjectGUI\$tpl, and ilObjectGUI\$tree.
Referenced by edit().
Here is the caller graph for this function:| & ilObjFileBasedLMGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObjectGUI.
Definition at line 73 of file class.ilObjFileBasedLMGUI.php.
References $_GET, $cmd, $ret, ilPaymentObject\_hasAccess(), ilPaymentObject\_isBuyable(), ilFileSystemGUI\activateLabels(), ilMDEditorGUI\addObserver(), ilObjectGUI\getCreationMode(), getTemplate(), LP_MODE_REPOSITORY, outputInfoScreen(), ilObjectGUI\prepareOutput(), ilObjectGUI\setLocator(), and setTabs().
Here is the call graph for this function:| ilObjFileBasedLMGUI::explorer | ( | ) |
directory explorer
Definition at line 566 of file class.ilObjFileBasedLMGUI.php.
References ilUtil\getStyleSheetLocation().
Here is the call graph for this function:| ilObjFileBasedLMGUI::frameset | ( | ) |
output main frameset of media pool left frame: explorer tree of folders right frame: media pool content
Definition at line 553 of file class.ilObjFileBasedLMGUI.php.
References exit.
| ilObjFileBasedLMGUI::getTabs | ( | & | $tabs_gui | ) |
adds tabs to tab gui object
| object | $tabs_gui | ilTabsGUI object |
Reimplemented from ilObjectGUI.
Definition at line 693 of file class.ilObjFileBasedLMGUI.php.
References $_GET, and ilLearningProgressAccess\checkAccess().
Referenced by setTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjFileBasedLMGUI::getTemplate | ( | ) |
output main header (title and locator)
Definition at line 582 of file class.ilObjFileBasedLMGUI.php.
References ilObjectGUI\$lng.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjFileBasedLMGUI::ilObjFileBasedLMGUI | ( | $a_data, | |
$a_id = 0, |
|||
$a_call_by_reference = true, |
|||
$a_prepare_output = true |
|||
| ) |
Constructor.
public
Definition at line 51 of file class.ilObjFileBasedLMGUI.php.
References $ilCtrl, ilObjectGUI\$lng, and ilObjectGUI\ilObjectGUI().
Here is the call graph for this function:| ilObjFileBasedLMGUI::infoScreen | ( | ) |
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 612 of file class.ilObjFileBasedLMGUI.php.
References outputInfoScreen().
Here is the call graph for this function:| ilObjFileBasedLMGUI::outputInfoScreen | ( | $a_standard_locator = true | ) |
info screen
Definition at line 630 of file class.ilObjFileBasedLMGUI.php.
References $_GET, and $ilBench.
Referenced by executeCommand(), infoScreen(), and showInfoScreen().
Here is the caller graph for this function:| ilObjFileBasedLMGUI::perm | ( | ) |
permission form
Definition at line 393 of file class.ilObjFileBasedLMGUI.php.
References $_GET, ilObjectGUI\permObject(), and ilObjectGUI\setFormAction().
Here is the call graph for this function:| ilObjFileBasedLMGUI::properties | ( | ) |
edit properties of object (admin form)
public
Definition at line 227 of file class.ilObjFileBasedLMGUI.php.
References ilObjectGUI\$tpl, ilObjectGUI\$tree, and ilObjFileBasedLMAccess\_determineStartUrl().
Here is the call graph for this function:| ilObjFileBasedLMGUI::saveBibItem | ( | ) |
save bib item (module call)
Definition at line 429 of file class.ilObjFileBasedLMGUI.php.
References saveBibItemObject().
Here is the call graph for this function:| ilObjFileBasedLMGUI::saveBibItemObject | ( | $a_target = "" | ) |
save bib item (admin call)
Definition at line 405 of file class.ilObjFileBasedLMGUI.php.
References $_GET.
Referenced by saveBibItem().
Here is the caller graph for this function:| ilObjFileBasedLMGUI::saveObject | ( | ) |
save object public
Reimplemented from ilObjectGUI.
Definition at line 300 of file class.ilObjFileBasedLMGUI.php.
References ilUtil\redirect(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjFileBasedLMGUI::saveProperties | ( | ) |
save properties
Definition at line 287 of file class.ilObjFileBasedLMGUI.php.
References ilUtil\sendInfo(), and ilUtil\yn2tf().
Here is the call graph for this function:| ilObjFileBasedLMGUI::setStartFile | ( | $a_file | ) |
Definition at line 383 of file class.ilObjFileBasedLMGUI.php.
| ilObjFileBasedLMGUI::setTabs | ( | ) |
output tabs
Reimplemented from ilObjectGUI.
Definition at line 677 of file class.ilObjFileBasedLMGUI.php.
References ilUtil\getImagePath(), and getTabs().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjFileBasedLMGUI::showInfoScreen | ( | ) |
info screen call from inside learning module
Definition at line 622 of file class.ilObjFileBasedLMGUI.php.
References outputInfoScreen().
Here is the call graph for this function:| ilObjFileBasedLMGUI::showLearningModule | ( | ) |
Definition at line 592 of file class.ilObjFileBasedLMGUI.php.
References ilObjFileBasedLMAccess\_determineStartUrl(), ilTracking\_trackAccess(), and ilUtil\redirect().
Here is the call graph for this function:| ilObjFileBasedLMGUI::update | ( | ) |
update properties
Definition at line 375 of file class.ilObjFileBasedLMGUI.php.
References ilObjectGUI\updateObject().
Here is the call graph for this function:| ilObjFileBasedLMGUI::$output_prepared |
Definition at line 44 of file class.ilObjFileBasedLMGUI.php.