ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
CheckHelpers.php
Go to the documentation of this file.
1<?php
2
24
29
31{
32 public function __construct(
33 public \ilAccessHandler $access,
34 public \ilCtrlInterface $ctrl,
35 public ActionRepository $action_repository,
36 public Services $http,
38 public \ilWorkspaceAccessHandler $workspace_access_handler
39 ) {
40 }
41
42 public function fromTarget(string $target): URI
43 {
44 return (new URI(rtrim(ILIAS_HTTP_PATH, '/') . '/' . $target));
45 }
46
47}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
__construct(public \ilAccessHandler $access, public \ilCtrlInterface $ctrl, public ActionRepository $action_repository, public Services $http, public URIBuilder $static_url, public \ilWorkspaceAccessHandler $workspace_access_handler)
Class Services.
Definition: Services.php:38
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
Interface ilAccessHandler This interface combines all available interfaces which can be called via gl...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: BaseCheck.php:21