ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLPCollectionOfObjectives Class Reference

LP collection of objectives. More...

+ Inheritance diagram for ilLPCollectionOfObjectives:
+ Collaboration diagram for ilLPCollectionOfObjectives:

Public Member Functions

 hasSelectableItems ()
 
- 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)
 

Protected Member Functions

 read (int $a_obj_id)
 
- 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)
 

Additional Inherited Members

- Static Public Member Functions inherited from ilLPCollection
static getInstanceByMode (int $a_obj_id, int $a_mode)
 
static getCollectionModes ()
 
- Protected Attributes inherited from ilLPCollection
int $obj_id
 
int $mode
 
array $items = []
 
ilDBInterface $db
 
ilLogger $logger
 

Detailed Description

LP collection of objectives.

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 12 of file class.ilLPCollectionOfObjectives.php.

Member Function Documentation

◆ hasSelectableItems()

ilLPCollectionOfObjectives::hasSelectableItems ( )

Definition at line 19 of file class.ilLPCollectionOfObjectives.php.

19  : bool
20  {
21  return false;
22  }

◆ read()

ilLPCollectionOfObjectives::read ( int  $a_obj_id)
protected

Definition at line 14 of file class.ilLPCollectionOfObjectives.php.

References ilCourseObjective\_getObjectiveIds().

14  : void
15  {
16  $this->items = ilCourseObjective::_getObjectiveIds($a_obj_id, true);
17  }
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: