ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private int $object_id, private int $calling_id, private int $context) | |
getObjectId () | |
getCallingId () | |
getContext () | |
getNode () | |
withCallingId (int $calling_id) | |
withObjectId (int $object_id) | |
__toString () | |
Data Fields | |
const | CONTEXT_REPO = 1 |
const | CONTEXT_WORKSPACE = 2 |
const | CONTEXT_SEARCH = 6 |
Definition at line 26 of file Context.php.
ILIAS\File\Capabilities\Context::__construct | ( | private int | $object_id, |
private int | $calling_id, | ||
private int | $context | ||
) |
ILIAS\File\Capabilities\Context::__toString | ( | ) |
Definition at line 77 of file Context.php.
References ILIAS\File\Capabilities\Context\getCallingId().
ILIAS\File\Capabilities\Context::getCallingId | ( | ) |
Definition at line 48 of file Context.php.
Referenced by ILIAS\File\Capabilities\Context\__toString(), and ILIAS\File\Capabilities\Context\getNode().
ILIAS\File\Capabilities\Context::getContext | ( | ) |
Definition at line 53 of file Context.php.
References $context.
Referenced by ILIAS\File\Capabilities\Context\getNode().
ILIAS\File\Capabilities\Context::getNode | ( | ) |
Definition at line 58 of file Context.php.
References ILIAS\File\Capabilities\Context\getCallingId(), and ILIAS\File\Capabilities\Context\getContext().
ILIAS\File\Capabilities\Context::getObjectId | ( | ) |
Definition at line 43 of file Context.php.
ILIAS\File\Capabilities\Context::withCallingId | ( | int | $calling_id | ) |
Definition at line 63 of file Context.php.
ILIAS\File\Capabilities\Context::withObjectId | ( | int | $object_id | ) |
Definition at line 70 of file Context.php.
const ILIAS\File\Capabilities\Context::CONTEXT_REPO = 1 |
Definition at line 28 of file Context.php.
const ILIAS\File\Capabilities\Context::CONTEXT_SEARCH = 6 |
Definition at line 30 of file Context.php.
const ILIAS\File\Capabilities\Context::CONTEXT_WORKSPACE = 2 |
Definition at line 29 of file Context.php.
Referenced by ILIAS\File\Capabilities\Check\BaseCheck\baseClass().