ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups 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 ($a_obj_id, $a_mode)
 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 ()
 validateEntry ($a_item_id)
 addEntry ($a_item_id)
 deleteEntry ($a_item_id)

Additional Inherited Members

- 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

ilLPCollectionOfObjectives::hasSelectableItems ( )

Reimplemented from ilLPCollection.

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

{
return false;
}
ilLPCollectionOfObjectives::read (   $a_obj_id)
protected

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

References ilCourseObjective\_getObjectiveIds().

{
include_once 'Modules/Course/classes/class.ilCourseObjective.php';
$this->items = ilCourseObjective::_getObjectiveIds($a_obj_id);
}

+ Here is the call graph for this function:


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