ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
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
12
class
ilLPCollectionOfObjectives
extends
ilLPCollection
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
}
ilLPCollectionOfObjectives
LP collection of objectives.
Definition:
class.ilLPCollectionOfObjectives.php:12
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:14
ilLPCollection
LP collection base class.
Definition:
class.ilLPCollection.php:11
ilLPCollectionOfObjectives\hasSelectableItems
hasSelectableItems()
Definition:
class.ilLPCollectionOfObjectives.php:19
Services
Tracking
classes
collection
class.ilLPCollectionOfObjectives.php
Generated on Sun Aug 31 2025 22:02:36 for ILIAS by
1.8.13 (using
Doxyfile
)