ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
CheckHelpers.php
Go to the documentation of this file.
1
<?php
2
23
namespace
ILIAS\File\Capabilities\Check
;
24
25
use
ILIAS\HTTP\Services
;
26
use
ILIAS\Services\WOPI\Discovery\ActionRepository
;
27
use
ILIAS\Data\URI
;
28
29
class
CheckHelpers
30
{
31
public
function
__construct
(
32
public
\
ilAccessHandler
$access,
33
public
\
ilCtrlInterface
$ctrl,
34
public
ActionRepository
$action_repository,
35
public
Services
$http
,
36
public
\
ilWorkspaceAccessHandler
$workspace_access_handler
37
) {
38
}
39
40
public
function
fromTarget
(
string
$target):
URI
41
{
42
return
(
new
URI
(rtrim(ILIAS_HTTP_PATH,
'/'
) .
'/'
. $target));
43
}
44
45
}
ILIAS\File\Capabilities\Check\CheckHelpers\fromTarget
fromTarget(string $target)
Definition:
CheckHelpers.php:40
ilWorkspaceAccessHandler
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilWorkspaceAccessHandler.php:24
Services
ILIAS\File\Capabilities\Check\CheckHelpers\__construct
__construct(public \ilAccessHandler $access, public \ilCtrlInterface $ctrl, public ActionRepository $action_repository, public Services $http, public \ilWorkspaceAccessHandler $workspace_access_handler)
Definition:
CheckHelpers.php:31
ILIAS\File\Capabilities\Check\CheckHelpers
Definition:
CheckHelpers.php:29
ilAccessHandler
ILIAS\Services\WOPI\Discovery\ActionRepository
Definition:
ActionRepository.php:26
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:18
$http
$http
Definition:
raiseError.php:7
ILIAS\File\Capabilities\Check
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
BaseCheck.php:21
ActionRepository
URI
ilCtrlInterface
Modules
File
classes
Capabilities
Check
CheckHelpers.php
Generated on Wed Sep 10 2025 14:10:51 for ILIAS by
1.8.13 (using
Doxyfile
)