ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilTaskService $task_service, ilAccess $access, ilLanguage $lng, ilExerciseDerivedTaskAction $derived_task_action, \ILIAS\Exercise\PermanentLink\PermanentLinkManager $link_manager) | |
isActive () | |
Is provider active? More... | |
getTasks (int $user_id) | |
Protected Member Functions | |
getFirstRefIdWithPermission (string $perm, int $obj_id, int $user_id) | |
Protected Attributes | |
ILIAS Exercise PermanentLink PermanentLinkManager | $link_manager |
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, | ||
\ILIAS\Exercise\PermanentLink\PermanentLinkManager | $link_manager | ||
) |
Definition at line 32 of file class.ilExerciseDerivedTaskProvider.php.
References $access, $link_manager, $lng, $task_service, ILIAS\Repository\access(), and ILIAS\Repository\lng().
|
protected |
Definition at line 110 of file class.ilExerciseDerivedTaskProvider.php.
References $access, $ref_id, ilObject\_getAllReferences(), and ilAccess\checkAccessOfUser().
Referenced by getTasks().
ilExerciseDerivedTaskProvider::getTasks | ( | int | $user_id | ) |
ilExcUnknownAssignmentTypeException |
Implements ilDerivedTaskProvider.
Definition at line 57 of file class.ilExerciseDerivedTaskProvider.php.
References $lng, $ref_id, $user_id, getFirstRefIdWithPermission(), ilExcAssMemberState\getInstanceByIds(), ILIAS\Repository\int(), and ilLanguage\txt().
ilExerciseDerivedTaskProvider::isActive | ( | ) |
Is provider active?
Implements ilDerivedTaskProvider.
Definition at line 48 of file class.ilExerciseDerivedTaskProvider.php.
|
protected |
Definition at line 29 of file class.ilExerciseDerivedTaskProvider.php.
Referenced by __construct(), and getFirstRefIdWithPermission().
|
protected |
Definition at line 26 of file class.ilExerciseDerivedTaskProvider.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilExerciseDerivedTaskProvider.php.
Referenced by __construct(), and getTasks().
|
protected |
Definition at line 28 of file class.ilExerciseDerivedTaskProvider.php.
|
protected |
Definition at line 27 of file class.ilExerciseDerivedTaskProvider.php.
Referenced by __construct().