|
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 ilObjSessionAccess:
Collaboration diagram for ilObjSessionAccess:Public Member Functions | |
| __construct () | |
| _checkAccess ($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id="") | |
| isRegistrationLimitExceeded (int $ref_id, int $obj_id) | |
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 () |
| get commands More... | |
| static | _checkGoto ($a_target) |
| static | _lookupRegistration (int $a_obj_id) |
| static | _lookupRegistered (int $a_usr_id, int $a_obj_id) |
| static | _preloadData ($a_obj_ids, $a_ref_ids) |
| static | getBookingInfoRepo () |
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... | |
Protected Attributes | |
| ilObjUser | $user |
Static Protected Attributes | |
| static array | $registrations = null |
| static array | $registered = null |
| static ilBookingReservationDBRepository | $booking_repo = null |
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
Definition at line 29 of file class.ilObjSessionAccess.php.
| ilObjSessionAccess::__construct | ( | ) |
Definition at line 36 of file class.ilObjSessionAccess.php.
References $DIC, and ILIAS\Repository\user().
Here is the call graph for this function:| ilObjSessionAccess::_checkAccess | ( | $a_cmd, | |
| $a_permission, | |||
| $a_ref_id, | |||
| $a_obj_id, | |||
$a_user_id = "" |
|||
| ) |
Definition at line 57 of file class.ilObjSessionAccess.php.
References $DIC, $ilUser, $user, ilWaitingList\_isOnList(), ilParticipants\_isSubscriber(), _lookupRegistered(), ANONYMOUS_USER_ID, and isRegistrationLimitExceeded().
Here is the call graph for this function:
|
static |
Definition at line 112 of file class.ilObjSessionAccess.php.
References $DIC.
|
static |
get commands
this method returns an array of all possible commands/permission combinations
example: $commands = array ( array("permission" => "read", "cmd" => "view", "lang_var" => "show"), array("permission" => "write", "cmd" => "edit", "lang_var" => "edit"), );
Reimplemented from ilObjectAccess.
Definition at line 43 of file class.ilObjSessionAccess.php.
Referenced by ilObjSessionListGUI\init().
Here is the caller graph for this function:
|
static |
Definition at line 149 of file class.ilObjSessionAccess.php.
References $DIC, $ilDB, $ilUser, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by _checkAccess().
Here is the caller graph for this function:
|
static |
Definition at line 131 of file class.ilObjSessionAccess.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
|
static |
Definition at line 169 of file class.ilObjSessionAccess.php.
References Vendor\Package\$f.
|
static |
Definition at line 175 of file class.ilObjSessionAccess.php.
References $booking_repo.
Referenced by ilObjSessionListGUI\getProperties().
Here is the caller graph for this function:| ilObjSessionAccess::isRegistrationLimitExceeded | ( | int | $ref_id, |
| int | $obj_id | ||
| ) |
Definition at line 99 of file class.ilObjSessionAccess.php.
References $ref_id, and ilSessionParticipants\getInstance().
Referenced by _checkAccess().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 34 of file class.ilObjSessionAccess.php.
Referenced by getBookingInfoRepo().
|
staticprotected |
Definition at line 33 of file class.ilObjSessionAccess.php.
|
staticprotected |
Definition at line 32 of file class.ilObjSessionAccess.php.
|
protected |
Definition at line 31 of file class.ilObjSessionAccess.php.
Referenced by _checkAccess().