ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
CertificateExerciseMembersHelper.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
29{
30 public function lookUpStatus(int $objectId, int $userId): ?string
31 {
32 return ilExerciseMembers::_lookupStatus($objectId, $userId);
33 }
34}
Class ilExerciseMembers.
static _lookupStatus(int $a_obj_id, int $a_user_id)
Lookup current status (notgraded|passed|failed)