ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
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 = [] |
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(), ILIAS\Repository\logger(), and ILIAS\Repository\objectDataCache().
ilCourseStart::__read | ( | ) |
Definition at line 184 of file class.ilCourseStart.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getId(), and ILIAS\Repository\int().
Referenced by __construct().
ilCourseStart::add | ( | int | $a_item_ref_id | ) |
ilCourseStart::allFullfilled | ( | $user_id | ) |
Definition at line 140 of file class.ilCourseStart.php.
References $user_id, getStartObjects(), and isFullfilled().
ilCourseStart::cloneDependencies | ( | int | $a_target_id, |
int | $a_copy_id | ||
) |
Definition at line 72 of file class.ilCourseStart.php.
References $data, ilCopyWizardOptions\_getInstance(), getStartObjects(), ILIAS\Repository\logger(), and ILIAS\Repository\objectDataCache().
ilCourseStart::delete | ( | int | $a_crs_start_id | ) |
ilCourseStart::exists | ( | int | $a_item_ref_id | ) |
ilCourseStart::getId | ( | ) |
ilCourseStart::getPossibleStarters | ( | ) |
Definition at line 124 of file class.ilCourseStart.php.
References ilObjectActivation\getItems(), and getRefId().
Referenced by ilCourseStartObjectsTableGUI\getPossibleObjects().
ilCourseStart::getRefId | ( | ) |
Definition at line 62 of file class.ilCourseStart.php.
References $ref_id.
Referenced by getPossibleStarters(), and isFullfilled().
ilCourseStart::getStartObjects | ( | ) |
Definition at line 67 of file class.ilCourseStart.php.
References $start_objs.
Referenced by allFullfilled(), cloneDependencies(), ilCourseStartObjectsTableGUI\getStartObjects(), and ilCourseContentGUI\showStartObjects().
ilCourseStart::isFullfilled | ( | int | $user_id, |
int | $item_id | ||
) |
Definition at line 150 of file class.ilCourseStart.php.
References ilLPStatus\_hasUserCompleted(), ilObjSurveyAccess\_lookupFinished(), ilObjTestAccess\checkCondition(), getRefId(), ILIAS\Repository\objectDataCache(), and ilConditionHandler\OPERATOR_FINISHED.
Referenced by allFullfilled(), and ilCourseContentGUI\showStartObjects().
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.