ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
LP collection of media objects. More...
Public Member Functions | |
getPossibleItems () | |
getTableGUIData ($a_parent_ref_id) | |
cloneCollection ($a_target_id, $a_copy_id, $mob_mapping=null) | |
Scorm items are not copied, they are newly created by reading the manifest. More... | |
Public Member Functions inherited from ilLPCollection | |
__construct ($a_obj_id, $a_mode) | |
hasSelectableItems () | |
cloneCollection ($a_target_id, $a_copy_id) | |
getItems () | |
delete () | |
isAssignedEntry ($a_item_id) | |
deactivateEntries (array $a_item_ids) | |
activateEntries (array $a_item_ids) | |
Static Protected Attributes | |
static | $possible_items = array() |
Additional Inherited Members | |
Static Public Member Functions inherited from ilLPCollection | |
static | getInstanceByMode ($a_obj_id, $a_mode) |
static | getCollectionModes () |
Protected Member Functions inherited from ilLPCollection | |
read ($a_obj_id) | |
validateEntry ($a_item_id) | |
addEntry ($a_item_id) | |
deleteEntry ($a_item_id) | |
Protected Attributes inherited from ilLPCollection | |
$obj_id | |
$mode | |
$items | |
LP collection of media objects.
Definition at line 15 of file class.ilLPCollectionOfMediaObjects.php.
ilLPCollectionOfMediaObjects::cloneCollection | ( | $a_target_id, | |
$a_copy_id, | |||
$mob_mapping = null |
|||
) |
Scorm items are not copied, they are newly created by reading the manifest.
Therefore, they do not have a mapping. So we need to map them via the import_id/identifierref
$a_target_id | |
$a_copy_id |
Definition at line 67 of file class.ilLPCollectionOfMediaObjects.php.
References $DIC, ilLPCollection\$mode, $possible_items, and ilObject\_lookupObjId().
ilLPCollectionOfMediaObjects::getPossibleItems | ( | ) |
Definition at line 19 of file class.ilLPCollectionOfMediaObjects.php.
References ilLPCollection\$items, ilLPCollection\$obj_id, and array.
Referenced by getTableGUIData().
ilLPCollectionOfMediaObjects::getTableGUIData | ( | $a_parent_ref_id | ) |
Definition at line 42 of file class.ilLPCollectionOfMediaObjects.php.
References $data, array, getPossibleItems(), and ilLPCollection\isAssignedEntry().
|
staticprotected |
Definition at line 17 of file class.ilLPCollectionOfMediaObjects.php.
Referenced by cloneCollection().