ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
CheckHelpers.php
Go to the documentation of this file.
1 <?php
2 
23 
26 use ILIAS\Data\URI;
28 
30 {
31  public function __construct(
32  public \ilAccessHandler $access,
33  public \ilCtrlInterface $ctrl,
34  public ActionRepository $action_repository,
35  public Services $http,
36  public URIBuilder $static_url,
37  public \ilWorkspaceAccessHandler $workspace_access_handler
38  ) {
39  }
40 
41  public function fromTarget(string $target): URI
42  {
43  return (new URI(rtrim(ILIAS_HTTP_PATH, '/') . '/' . $target));
44  }
45 
46 }
__construct(public \ilAccessHandler $access, public \ilCtrlInterface $ctrl, public ActionRepository $action_repository, public Services $http, public URIBuilder $static_url, public \ilWorkspaceAccessHandler $workspace_access_handler)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$http
Definition: deliver.php:30
$static_url
Definition: goto.php:29
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: BaseCheck.php:21