ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilCourseObjective\_getObjectiveIds
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
Definition:
class.ilCourseObjective.php:437
ilLPCollectionOfObjectives
LP collection of objectives.
Definition:
class.ilLPCollectionOfObjectives.php:27
ilLPCollectionOfObjectives\hasSelectableItems
hasSelectableItems()
Definition:
class.ilLPCollectionOfObjectives.php:33
ilLPCollectionOfObjectives\read
read(int $a_obj_id)
Definition:
class.ilLPCollectionOfObjectives.php:28
ilLPCollection
LP collection base class.
Definition:
class.ilLPCollection.php:26
components
ILIAS
Tracking
classes
collection
class.ilLPCollectionOfObjectives.php
Generated on Sat Oct 18 2025 23:04:37 for ILIAS by
1.9.4 (using
Doxyfile
)