Manages random mandatory assignments of an exercise.
More...
Manages random mandatory assignments of an exercise.
(business logic)
- Author
- killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 12 of file class.ilExcMandatoryAssignmentManager.php.
◆ isMandatoryForUser()
| ilExcMandatoryAssignmentManager::isMandatoryForUser |
( |
int |
$ass_id, |
|
|
int |
$user_id |
|
) |
| |
Is assignment mandatory for a user?
- Parameters
-
- Returns
- bool
Definition at line 78 of file class.ilExcMandatoryAssignmentManager.php.
79 {
80 return (in_array($ass_id, $this->getMandatoryAssignmentsOfUser($user_id)));
81 }
◆ $exc
| ilExcMandatoryAssignmentManager::$exc |
|
protected |
◆ $exc_id
| ilExcMandatoryAssignmentManager::$exc_id |
|
protected |
◆ $rand_ass_manager
| ilExcMandatoryAssignmentManager::$rand_ass_manager |
|
protected |
◆ $user
| ilExcMandatoryAssignmentManager::$user |
|
protected |
The documentation for this class was generated from the following file: