|
ILIAS
release_8 Revision v8.24
|
LP collection of learning module chapters. More...
Inheritance diagram for ilLPCollectionOfLMChapters:
Collaboration diagram for ilLPCollectionOfLMChapters:Public Member Functions | |
| getPossibleItems (int $a_ref_id) | |
| getTableGUIData (int $a_parent_ref_id) | |
Public Member Functions inherited from ilLPCollection | |
| __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 Public Member Functions inherited from ilLPCollection | |
| static | getInstanceByMode (int $a_obj_id, int $a_mode) |
| static | getCollectionModes () |
Protected Member Functions inherited from ilLPCollection | |
| read (int $a_obj_id) | |
| validateEntry (int $a_item_id) | |
| addEntry (int $a_item_id) | |
| deleteEntry (int $a_item_id) | |
Protected Attributes inherited from ilLPCollection | |
| int | $obj_id |
| int | $mode |
| array | $items = [] |
| ilDBInterface | $db |
| ilLogger | $logger |
LP collection of learning module chapters.
Definition at line 12 of file class.ilLPCollectionOfLMChapters.php.
| ilLPCollectionOfLMChapters::getPossibleItems | ( | int | $a_ref_id | ) |
Definition at line 19 of file class.ilLPCollectionOfLMChapters.php.
References ilLPCollection\$items, ilLPCollection\$obj_id, ilMDEducational\_getTypicalLearningTimeSeconds(), and ilObject\_lookupObjectId().
Referenced by getTableGUIData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPCollectionOfLMChapters::getTableGUIData | ( | int | $a_parent_ref_id | ) |
Definition at line 49 of file class.ilLPCollectionOfLMChapters.php.
References $data, ilLink\_getLink(), ilObject\_lookupType(), getPossibleItems(), ilLPCollection\isAssignedEntry(), and ilLPObjSettings\LP_MODE_COLLECTION_TLT.
Here is the call graph for this function:
|
staticprotected |
Definition at line 14 of file class.ilLPCollectionOfLMChapters.php.