ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 ($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)
 

Protected Member Functions

 read ($a_obj_id)
 
- Protected Member Functions inherited from ilLPCollection
 read ($a_obj_id)
 
 validateEntry ($a_item_id)
 
 addEntry ($a_item_id)
 
 deleteEntry ($a_item_id)
 

Additional Inherited Members

- Static Public Member Functions inherited from ilLPCollection
static getInstanceByMode ($a_obj_id, $a_mode)
 
static getCollectionModes ()
 
- Protected Attributes inherited from ilLPCollection
 $obj_id
 
 $mode
 
 $items
 

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
Version
Id
class.ilLPCollections.php 40326 2013-03-05 11:39:24Z jluetzen

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

Member Function Documentation

◆ hasSelectableItems()

ilLPCollectionOfObjectives::hasSelectableItems ( )

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

26  {
27  return false;
28  }

◆ read()

ilLPCollectionOfObjectives::read (   $a_obj_id)
protected

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

References ilCourseObjective\_getObjectiveIds().

19  {
20  include_once 'Modules/Course/classes/class.ilCourseObjective.php';
21 
22  $this->items = ilCourseObjective::_getObjectiveIds($a_obj_id, true);
23  }
static _getObjectiveIds($course_id, $a_activated_only=false)
+ Here is the call graph for this function:

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