|
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...
|
|
◆ __construct()
ilObjWebDAVAccess::__construct |
( |
| ) |
|
Definition at line 34 of file class.ilObjWebDAVAccess.php.
References $DIC, and ILIAS\FileDelivery\http().
37 $this->rbacsystem = $DIC->rbac()->system();
38 $this->
http = $DIC->http()->wrapper()->query();
39 $this->int_trafo = $DIC->refinery()->kindlyTo()->int();
static http()
Fetches the global http state from ILIAS.
◆ checkAccessAndThrowException()
ilObjWebDAVAccess::checkAccessAndThrowException |
( |
string |
$permission | ) |
|
◆ hasUserPermissionTo()
ilObjWebDAVAccess::hasUserPermissionTo |
( |
string |
$permission | ) |
|
◆ $http
◆ $int_trafo
◆ $rbacsystem
The documentation for this class was generated from the following file: