|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
LP collection base class. More...
Inheritance diagram for ilLPCollection:
Collaboration diagram for ilLPCollection:Public Member Functions | |
| __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 Public Member Functions | |
| static | getInstanceByMode ($a_obj_id, $a_mode) |
| static | getCollectionModes () |
Protected Member Functions | |
| read ($a_obj_id) | |
| validateEntry ($a_item_id) | |
| addEntry ($a_item_id) | |
| deleteEntry ($a_item_id) | |
Protected Attributes | |
| $obj_id | |
| $mode | |
| $items | |
LP collection base class.
Definition at line 14 of file class.ilLPCollection.php.
| ilLPCollection::__construct | ( | $a_obj_id, | |
| $a_mode | |||
| ) |
Definition at line 20 of file class.ilLPCollection.php.
References read().
Here is the call graph for this function:| ilLPCollection::activateEntries | ( | array | $a_item_ids | ) |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 198 of file class.ilLPCollection.php.
References addEntry().
Here is the call graph for this function:
|
protected |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 163 of file class.ilLPCollection.php.
References $ilDB, $query, and isAssignedEntry().
Referenced by activateEntries().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPCollection::cloneCollection | ( | $a_target_id, | |
| $a_copy_id | |||
| ) |
Reimplemented in ilLPCollectionOfRepositoryObjects, and ilLPCollectionOfSCOs.
Definition at line 76 of file class.ilLPCollection.php.
References $ilLog, $mode, ilCopyWizardOptions\_getInstance(), and ilObject\_lookupObjId().
Here is the call graph for this function:| ilLPCollection::deactivateEntries | ( | array | $a_item_ids | ) |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 191 of file class.ilLPCollection.php.
References deleteEntry().
Here is the call graph for this function:| ilLPCollection::delete | ( | ) |
Definition at line 128 of file class.ilLPCollection.php.
|
protected |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 180 of file class.ilLPCollection.php.
Referenced by deactivateEntries(), and read().
Here is the caller graph for this function:
|
static |
Definition at line 59 of file class.ilLPCollection.php.
References ilLPObjSettings\LP_MODE_COLLECTION, ilLPObjSettings\LP_MODE_COLLECTION_MANUAL, ilLPObjSettings\LP_MODE_COLLECTION_MOBS, ilLPObjSettings\LP_MODE_COLLECTION_TLT, ilLPObjSettings\LP_MODE_OBJECTIVES, and ilLPObjSettings\LP_MODE_SCORM.
Referenced by ilLPStatus\checkLPModesForObjects().
Here is the caller graph for this function:
|
static |
Definition at line 30 of file class.ilLPCollection.php.
References $path, ilLPObjSettings\LP_MODE_COLLECTION, ilLPObjSettings\LP_MODE_COLLECTION_MANUAL, ilLPObjSettings\LP_MODE_COLLECTION_MOBS, ilLPObjSettings\LP_MODE_COLLECTION_TLT, ilLPObjSettings\LP_MODE_MANUAL_BY_TUTOR, ilLPObjSettings\LP_MODE_OBJECTIVES, and ilLPObjSettings\LP_MODE_SCORM.
Referenced by ilObjectLP\getCollectionInstance().
Here is the caller graph for this function:| ilLPCollection::getItems | ( | ) |
Definition at line 104 of file class.ilLPCollection.php.
References $items.
Referenced by ilLPCollectionOfRepositoryObjects\getGroupedItemsForLPStatus().
Here is the caller graph for this function:| ilLPCollection::hasSelectableItems | ( | ) |
Reimplemented in ilLPCollectionOfObjectives.
Definition at line 71 of file class.ilLPCollection.php.
| ilLPCollection::isAssignedEntry | ( | $a_item_id | ) |
Definition at line 155 of file class.ilLPCollection.php.
Referenced by addEntry(), ilLPCollectionOfRepositoryObjects\addEntry(), ilLPCollectionOfRepositoryObjects\getPossibleItems(), ilLPCollectionOfLMChapters\getTableGUIData(), ilLPCollectionOfMediaObjects\getTableGUIData(), ilLPCollectionOfSCOs\getTableGUIData(), and ilLPCollectionOfRepositoryObjects\parseTableGUIItem().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilLPCollectionOfObjectives, and ilLPCollectionOfRepositoryObjects.
Definition at line 109 of file class.ilLPCollection.php.
References $ilDB, $items, $res, $row, deleteEntry(), ilDBConstants\FETCHMODE_OBJECT, and validateEntry().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 150 of file class.ilLPCollection.php.
Referenced by read().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilLPCollection.php.
Referenced by ilLPCollectionOfRepositoryObjects\getGroupedItemsForLPStatus(), getItems(), ilLPCollectionOfLMChapters\getPossibleItems(), ilLPCollectionOfMediaObjects\getPossibleItems(), ilLPCollectionOfSCOs\getPossibleItems(), ilLPCollectionOfRepositoryObjects\getTableGUIData(), ilLPCollectionOfRepositoryObjects\getTableGUItemGroup(), read(), and ilLPCollectionOfRepositoryObjects\read().
|
protected |
Definition at line 17 of file class.ilLPCollection.php.
Referenced by cloneCollection(), ilLPCollectionOfRepositoryObjects\cloneCollection(), ilLPCollectionOfSCOs\cloneCollection(), and ilLPCollectionOfMediaObjects\cloneCollection().
|
protected |
Definition at line 16 of file class.ilLPCollection.php.
Referenced by ilLPCollectionOfLMChapters\getPossibleItems(), ilLPCollectionOfMediaObjects\getPossibleItems(), and ilLPCollectionOfSCOs\getPossibleItems().