|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\File\Capabilities\Context:
Collaboration diagram for ILIAS\File\Capabilities\Context: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ILIAS\File\Capabilities\Context::getContext | ( | ) |
Definition at line 53 of file Context.php.
References $context.
Referenced by ILIAS\File\Capabilities\Context\getNode().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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().