|
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 ilObjGroupAccess:
Collaboration diagram for ilObjGroupAccess:Public Member Functions | |
| _checkAccess (string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null) | |
| @inheritDoc More... | |
Public Member Functions inherited from ilObjectAccess | |
| _checkAccess (string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null) | |
| Checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess) More... | |
| canBeDelivered (ilWACPath $ilWACPath) | |
| canBeDelivered (ilWACPath $ilWACPath) | |
Static Public Member Functions | |
| static | _getCommands () |
| @inheritDoc More... | |
| static | _checkGoto (string $target) |
| @inheritDoc More... | |
| static | _registrationEnabled (int $a_obj_id) |
| static | _preloadData (array $obj_ids, array $ref_ids) |
| @inheritDoc More... | |
| static | lookupRegistrationInfo (int $a_obj_id) |
| static | lookupPeriodInfo (int $a_obj_id) |
| static | _usingRegistrationCode () |
Static Public Member Functions inherited from ilObjectAccess | |
| static | _getCommands () |
| get commands More... | |
| static | _checkGoto (string $target) |
| check whether goto script will succeed More... | |
| static | _isOffline (int $obj_id) |
| Type-specific implementation of general status, has to be overwritten if object type does not support centralized offline handling. More... | |
| static | _preloadData (array $obj_ids, array $ref_ids) |
| Preload data. More... | |
Static Protected Attributes | |
| static bool | $using_code = false |
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 Class ilObjGroupAccess
Definition at line 30 of file class.ilObjGroupAccess.php.
| ilObjGroupAccess::_checkAccess | ( | string | $cmd, |
| string | $permission, | ||
| int | $ref_id, | ||
| int | $obj_id, | ||
| ?int | $user_id = null |
||
| ) |
@inheritDoc
Reimplemented from ilObjectAccess.
Definition at line 37 of file class.ilObjGroupAccess.php.
References $DIC, $ilUser, $lng, $ref_id, ilWaitingList\_isOnList(), ilGroupParticipants\_isParticipant(), ilDatePresentation\formatDate(), ilAccessInfo\IL_STATUS_INFO, and ilObjGroup\mayLeave().
Here is the call graph for this function:
|
static |
@inheritDoc
Reimplemented from ilObjectAccess.
Definition at line 140 of file class.ilObjGroupAccess.php.
References $DIC, $ilUser, and ANONYMOUS_USER_ID.
|
static |
@inheritDoc
Reimplemented from ilObjectAccess.
Definition at line 113 of file class.ilObjGroupAccess.php.
References ilDAVActivationChecker\_isActive().
Referenced by ilObjGroupReferenceAccess\_getCommands(), and ilObjGroupListGUI\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
@inheritDoc
Reimplemented from ilObjectAccess.
Definition at line 200 of file class.ilObjGroupAccess.php.
References $DIC, $ilDB, $ilUser, and ilWaitingList\_preloadOnListInfo().
Here is the call graph for this function:
|
static |
Definition at line 165 of file class.ilObjGroupAccess.php.
References $DIC, ILIAS\LTI\ToolProvider\$enabled, $ilDB, $query, $res, ilDateTime\_after(), ilDateTime\_before(), ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, and IL_CAL_UNIX.
Here is the call graph for this function:
|
static |
Definition at line 332 of file class.ilObjGroupAccess.php.
References $using_code.
Referenced by ilObjGroup\register().
Here is the caller graph for this function:
|
static |
| int | $a_obj_id |
| ilDateTimeException |
Definition at line 291 of file class.ilObjGroupAccess.php.
References $DIC, $ilDB, $lng, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilDatePresentation\formatPeriod(), IL_CAL_DATETIME, ilDBConstants\T_INTEGER, and ilTimeZone\UTC.
Referenced by ilObjGroupListGUI\getProperties().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 210 of file class.ilObjGroupAccess.php.
References $DIC, $ilDB, $lng, $query, $res, ilDateTime\_before(), ilGroupParticipants\_getInstanceByObjId(), ilDBConstants\FETCHMODE_OBJECT, ilDatePresentation\formatDate(), IL_CAL_DATETIME, IL_CAL_UNIX, ilWaitingList\lookupListSize(), and ilDBConstants\T_INTEGER.
Referenced by ilGroupRegistrationGUI\fillMaxMembers(), ilObjGroupListGUI\getProperties(), and ilObjGroupGUI\infoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 32 of file class.ilObjGroupAccess.php.
Referenced by _usingRegistrationCode().