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