ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilLPCollectionOfObjectives.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=0);
20
26
class
ilLPCollectionOfObjectives
extends
ilLPCollection
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
}
ilLPCollectionOfObjectives
LP collection of objectives.
Definition:
class.ilLPCollectionOfObjectives.php:26
ilCourseObjective\_getObjectiveIds
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
Definition:
class.ilCourseObjective.php:437
ilLPCollectionOfObjectives\read
read(int $a_obj_id)
Definition:
class.ilLPCollectionOfObjectives.php:28
ilLPCollection
LP collection base class.
Definition:
class.ilLPCollection.php:25
ilLPCollectionOfObjectives\hasSelectableItems
hasSelectableItems()
Definition:
class.ilLPCollectionOfObjectives.php:33
components
ILIAS
Tracking
classes
collection
class.ilLPCollectionOfObjectives.php
Generated on Sun Aug 31 2025 23:04:06 for ILIAS by
1.8.13 (using
Doxyfile
)