ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
isGranted () | |
Is access granted due to exercise assignment conditions? More... | |
getNotGrantedReasons () | |
Get reasons why access is not granted. More... | |
Static Public Member Functions | |
static | getInfo (int $a_ref_id, int $a_user_id) |
Protected Member Functions | |
__construct (bool $a_is_granted, array $a_not_granted_reasons) | |
Constructor. More... | |
Protected Attributes | |
bool | $is_granted |
array | $not_granted_reasons |
ilLanguage | $lng |
ilAccessHandler | $access |
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 Repository object assignment information
Definition at line 24 of file class.ilExcRepoObjAssignmentAccessInfo.php.
|
protected |
Constructor.
string[] | $a_not_granted_reasons |
Definition at line 40 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $DIC, ILIAS\Repository\access(), and ILIAS\Repository\lng().
|
static |
int | $a_ref_id | ref id |
int | $a_user_id | user id |
Definition at line 74 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $DIC, $i, ilRBACAccessHandler\checkAccessOfUser(), ilExcRepoObjAssignment\getInstance(), and ilLanguage\txt().
Referenced by ilExcRepoObjAssignment\getAccessInfo().
ilExcRepoObjAssignmentAccessInfo::getNotGrantedReasons | ( | ) |
Get reasons why access is not granted.
Implements ilExcRepoObjAssignmentAccessInfoInterface.
Definition at line 65 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $not_granted_reasons.
ilExcRepoObjAssignmentAccessInfo::isGranted | ( | ) |
Is access granted due to exercise assignment conditions?
Implements ilExcRepoObjAssignmentAccessInfoInterface.
Definition at line 55 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $is_granted.
|
protected |
Definition at line 34 of file class.ilExcRepoObjAssignmentAccessInfo.php.
|
protected |
Definition at line 26 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by isGranted().
|
protected |
Definition at line 33 of file class.ilExcRepoObjAssignmentAccessInfo.php.
|
protected |
Definition at line 31 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by getNotGrantedReasons().