| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 | ||
| ) | 
Definition at line 32 of file Context.php.
| 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(), ILIAS\File\Capabilities\Context\getNode(), and ILIAS\File\Capabilities\Check\BaseCheck\hasPermission().
 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\Check\BaseCheck\baseClass(), ILIAS\File\Capabilities\Context\getNode(), ILIAS\File\Capabilities\Check\BaseCheck\hasPermission(), ILIAS\File\Capabilities\Check\EditContent\maybeUnlock(), ILIAS\File\Capabilities\Check\ViewContent\maybeUnlock(), and ILIAS\File\Capabilities\Check\Unzip\maybeUnlock().
 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.
Referenced by ILIAS\File\Capabilities\Check\EditContent\maybeUnlock(), and ILIAS\File\Capabilities\Check\ViewContent\maybeUnlock().
| const ILIAS\File\Capabilities\Context::CONTEXT_SEARCH = 6 | 
Definition at line 30 of file Context.php.
Referenced by ILIAS\File\Capabilities\Check\Unzip\maybeUnlock().
| const ILIAS\File\Capabilities\Context::CONTEXT_WORKSPACE = 2 | 
Definition at line 29 of file Context.php.
Referenced by ILIAS\File\Capabilities\Check\BaseCheck\baseClass(), ILIAS\File\Capabilities\Check\BaseCheck\hasPermission(), and ILIAS\File\Capabilities\Check\EditContent\maybeUnlock().