|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilIndividualAssessmentLPInterface:Static Public Member Functions | |
| static | updateLPStatusOfMember (ilIndividualAssessmentMember $member) |
| static | updateLPStatusByIds (int $iass_id, array $usr_ids) |
| static | determineStatusOfMember (int $iass_id, int $usr_id) |
| static | getMembersHavingStatusIn (int $iass_id, int $status) |
| static | isActiveLP (int $object_id) |
Static Protected Member Functions | |
| static | getMembersStorage () |
Static Protected Attributes | |
| static ilIndividualAssessmentMembersStorageDB | $members_storage = null |
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 21 of file class.ilIndividualAssessmentLPInterface.php.
|
static |
Definition at line 37 of file class.ilIndividualAssessmentLPInterface.php.
References getMembersStorage(), ilIndividualAssessmentMembers\LP_COMPLETED, ilIndividualAssessmentMembers\LP_FAILED, ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, and ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM.
Referenced by ilObjIndividualAssessmentAccess\checkCondition().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 71 of file class.ilIndividualAssessmentLPInterface.php.
References getMembersStorage().
Referenced by ilLPStatusIndividualAssessment\_getCompleted(), ilLPStatusIndividualAssessment\_getFailed(), ilLPStatusIndividualAssessment\_getInProgress(), and ilLPStatusIndividualAssessment\_getNotAttempted().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 65 of file class.ilIndividualAssessmentLPInterface.php.
References $DIC.
Referenced by determineStatusOfMember(), and getMembersHavingStatusIn().
Here is the caller graph for this function:
|
static |
Definition at line 86 of file class.ilIndividualAssessmentLPInterface.php.
References ilObjectLP\getInstance().
Referenced by ilObjIndividualAssessment\isActiveLP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 30 of file class.ilIndividualAssessmentLPInterface.php.
References ilLPStatusWrapper\_updateStatus().
Referenced by ilIndividualAssessmentMembersGUI\addUsers(), and ilIndividualAssessmentMembersGUI\removeUser().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 25 of file class.ilIndividualAssessmentLPInterface.php.
References ilLPStatusWrapper\_updateStatus(), ilIndividualAssessmentMember\assessmentId(), and ilIndividualAssessmentMember\id().
Referenced by ilIndividualAssessmentMemberGUI\finalize(), and ilIndividualAssessmentMemberGUI\saveAmend().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 23 of file class.ilIndividualAssessmentLPInterface.php.