ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilLPCollectionOfObjectives.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=0);
4 
5 /* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
6 
13 {
14  protected function read(int $a_obj_id): void
15  {
16  $this->items = ilCourseObjective::_getObjectiveIds($a_obj_id, true);
17  }
18 
19  public function hasSelectableItems(): bool
20  {
21  return false;
22  }
23 }
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
LP collection base class.