|
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...
Inheritance diagram for ilExerciseDerivedTaskProvider:
Collaboration diagram for ilExerciseDerivedTaskProvider:Public Member Functions | |
| __construct (ilTaskService $task_service, ilAccess $access, ilLanguage $lng, ilExerciseDerivedTaskAction $derived_task_action) | |
| isActive () | |
| Is provider active? More... | |
| getTasks (int $user_id) | |
| getTasks (int $user_id) | |
| Get providers. More... | |
| isActive () | |
| Is provider active? More... | |
Protected Member Functions | |
| getFirstRefIdWithPermission (string $perm, int $obj_id, int $user_id) | |
Protected Attributes | |
| ilTaskService | $task_service |
| ilExerciseDerivedTaskAction | $task_action |
| ilAccess | $access |
| ilLanguage | $lng |
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 Exercise derived task provider
Definition at line 24 of file class.ilExerciseDerivedTaskProvider.php.
| ilExerciseDerivedTaskProvider::__construct | ( | ilTaskService | $task_service, |
| ilAccess | $access, | ||
| ilLanguage | $lng, | ||
| ilExerciseDerivedTaskAction | $derived_task_action | ||
| ) |
Definition at line 31 of file class.ilExerciseDerivedTaskProvider.php.
References $access, $lng, $task_service, ILIAS\Repository\access(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 107 of file class.ilExerciseDerivedTaskProvider.php.
References $access, $ref_id, and ilAccess\checkAccessOfUser().
Referenced by getTasks().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseDerivedTaskProvider::getTasks | ( | int | $user_id | ) |
| ilExcUnknownAssignmentTypeException |
Implements ilDerivedTaskProvider.
Definition at line 54 of file class.ilExerciseDerivedTaskProvider.php.
References $lng, $ref_id, getFirstRefIdWithPermission(), ilExcAssMemberState\getInstanceByIds(), and ilLanguage\txt().
Here is the call graph for this function:| ilExerciseDerivedTaskProvider::isActive | ( | ) |
Is provider active?
Implements ilDerivedTaskProvider.
Definition at line 45 of file class.ilExerciseDerivedTaskProvider.php.
|
protected |
Definition at line 28 of file class.ilExerciseDerivedTaskProvider.php.
Referenced by __construct(), and getFirstRefIdWithPermission().
|
protected |
Definition at line 29 of file class.ilExerciseDerivedTaskProvider.php.
Referenced by __construct(), and getTasks().
|
protected |
Definition at line 27 of file class.ilExerciseDerivedTaskProvider.php.
|
protected |
Definition at line 26 of file class.ilExerciseDerivedTaskProvider.php.
Referenced by __construct().