ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
URLBuilder.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\KioskMode;
22
23use ILIAS\Data;
24
29interface URLBuilder
30{
34 public function getURL(string $command, ?int $param = null): Data\URI;
35}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
The URLBuilder allows views to get links that are used somewhere inline in the content.
Definition: URLBuilder.php:30
getURL(string $command, ?int $param=null)
Get an URL for the provided command and params.
$param
Definition: xapitoken.php:46