|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilCourseStart:Public Member Functions | |
| __construct ($a_course_ref_id, $a_course_obj_id) | |
| setId (int $a_id) | |
| getId () | |
| setRefId (int $a_ref_id) | |
| getRefId () | |
| getStartObjects () | |
| cloneDependencies (int $a_target_id, int $a_copy_id) | |
| delete (int $a_crs_start_id) | |
| exists (int $a_item_ref_id) | |
| add (int $a_item_ref_id) | |
| getPossibleStarters () | |
| allFullfilled ($user_id) | |
| isFullfilled (int $user_id, int $item_id) | |
| __read () | |
Protected Attributes | |
| ilDBInterface | $db |
| ilLogger | $logger |
| ilObjectDataCache | $objectDataCache |
| ilTree | $tree |
Private Attributes | |
| int | $ref_id |
| int | $id |
| array | $start_objs = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 23 of file class.ilCourseStart.php.
| ilCourseStart::__construct | ( | $a_course_ref_id, | |
| $a_course_obj_id | |||
| ) |
Definition at line 34 of file class.ilCourseStart.php.
References $DIC, __read(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCourseStart::__read | ( | ) |
Definition at line 184 of file class.ilCourseStart.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getId(), and ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCourseStart::add | ( | int | $a_item_ref_id | ) |
Definition at line 110 of file class.ilCourseStart.php.
References $query, $res, and getId().
Here is the call graph for this function:| ilCourseStart::allFullfilled | ( | $user_id | ) |
Definition at line 140 of file class.ilCourseStart.php.
References getStartObjects(), and isFullfilled().
Here is the call graph for this function:| ilCourseStart::cloneDependencies | ( | int | $a_target_id, |
| int | $a_copy_id | ||
| ) |
Definition at line 72 of file class.ilCourseStart.php.
References $data, ilCopyWizardOptions\_getInstance(), getStartObjects(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCourseStart::delete | ( | int | $a_crs_start_id | ) |
Definition at line 93 of file class.ilCourseStart.php.
References $query, $res, and getId().
Here is the call graph for this function:| ilCourseStart::exists | ( | int | $a_item_ref_id | ) |
Definition at line 101 of file class.ilCourseStart.php.
References $query, $res, and getId().
Here is the call graph for this function:| ilCourseStart::getId | ( | ) |
| ilCourseStart::getPossibleStarters | ( | ) |
Definition at line 124 of file class.ilCourseStart.php.
References ilObjectActivation\getItems(), and getRefId().
Referenced by ilCourseStartObjectsTableGUI\getPossibleObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCourseStart::getRefId | ( | ) |
Definition at line 62 of file class.ilCourseStart.php.
References $ref_id.
Referenced by getPossibleStarters(), and isFullfilled().
Here is the caller graph for this function:| ilCourseStart::getStartObjects | ( | ) |
Definition at line 67 of file class.ilCourseStart.php.
References $start_objs.
Referenced by allFullfilled(), cloneDependencies(), ilCourseStartObjectsTableGUI\getStartObjects(), and ilCourseContentGUI\showStartObjects().
Here is the caller graph for this function:| ilCourseStart::isFullfilled | ( | int | $user_id, |
| int | $item_id | ||
| ) |
Definition at line 150 of file class.ilCourseStart.php.
References $type, ilLPStatus\_hasUserCompleted(), ilObjSurveyAccess\_lookupFinished(), ilObjTestAccess\checkCondition(), getRefId(), and ilConditionHandler\OPERATOR_FINISHED.
Referenced by allFullfilled(), and ilCourseContentGUI\showStartObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCourseStart::setId | ( | int | $a_id | ) |
Definition at line 47 of file class.ilCourseStart.php.
| ilCourseStart::setRefId | ( | int | $a_ref_id | ) |
Definition at line 57 of file class.ilCourseStart.php.
|
protected |
Definition at line 29 of file class.ilCourseStart.php.
|
private |
Definition at line 26 of file class.ilCourseStart.php.
Referenced by getId().
|
protected |
Definition at line 30 of file class.ilCourseStart.php.
|
protected |
Definition at line 31 of file class.ilCourseStart.php.
|
private |
Definition at line 25 of file class.ilCourseStart.php.
Referenced by getRefId().
|
private |
Definition at line 27 of file class.ilCourseStart.php.
Referenced by getStartObjects().
|
protected |
Definition at line 32 of file class.ilCourseStart.php.