ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilLPCollectionOfObjectives.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=0);
20 
27 {
28  protected function read(int $a_obj_id): void
29  {
30  $this->items = ilCourseObjective::_getObjectiveIds($a_obj_id, true);
31  }
32 
33  public function hasSelectableItems(): bool
34  {
35  return false;
36  }
37 }
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
LP collection base class.