ILIAS
release_8 Revision v8.19
|
LP collection of media objects. More...
Public Member Functions | |
getPossibleItems () | |
getTableGUIData (int $a_parent_ref_id) | |
cloneCollection (int $a_target_id, int $a_copy_id) | |
Scorm items are not copied, they are newly created by reading the manifest. More... | |
![]() | |
__construct (int $a_obj_id, int $a_mode) | |
hasSelectableItems () | |
cloneCollection (int $a_target_id, int $a_copy_id) | |
getItems () | |
delete () | |
isAssignedEntry (int $a_item_id) | |
deactivateEntries (array $a_item_ids) | |
activateEntries (array $a_item_ids) | |
Static Protected Attributes | |
static array | $possible_items = array() |
Additional Inherited Members | |
![]() | |
static | getInstanceByMode (int $a_obj_id, int $a_mode) |
static | getCollectionModes () |
![]() | |
read (int $a_obj_id) | |
validateEntry (int $a_item_id) | |
addEntry (int $a_item_id) | |
deleteEntry (int $a_item_id) | |
![]() | |
int | $obj_id |
int | $mode |
array | $items = [] |
ilDBInterface | $db |
ilLogger | $logger |
LP collection of media objects.
Definition at line 11 of file class.ilLPCollectionOfMediaObjects.php.
ilLPCollectionOfMediaObjects::cloneCollection | ( | int | $a_target_id, |
int | $a_copy_id | ||
) |
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
int | $a_target_id | |
int | $a_copy_id |
Definition at line 54 of file class.ilLPCollectionOfMediaObjects.php.
References ilLPCollection\$mode, and ilObject\_lookupObjId().
ilLPCollectionOfMediaObjects::getPossibleItems | ( | ) |
Definition at line 15 of file class.ilLPCollectionOfMediaObjects.php.
References ilLPCollection\$items, and ilLPCollection\$obj_id.
Referenced by getTableGUIData().
ilLPCollectionOfMediaObjects::getTableGUIData | ( | int | $a_parent_ref_id | ) |
Definition at line 30 of file class.ilLPCollectionOfMediaObjects.php.
References $data, getPossibleItems(), and ilLPCollection\isAssignedEntry().
|
staticprotected |
Definition at line 13 of file class.ilLPCollectionOfMediaObjects.php.