ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilLPCollectionOfObjectives.php
Go to the documentation of this file.
1<?php
2
19declare(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.