ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\KioskMode
Definition:
ControlBuilder.php:21
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
$param
$param
Definition:
xapitoken.php:46
ILIAS\KioskMode\URLBuilder\getURL
getURL(string $command, ?int $param=null)
Get an URL for the provided command and params.
ILIAS\KioskMode\URLBuilder
The URLBuilder allows views to get links that are used somewhere inline in the content.
Definition:
URLBuilder.php:29
ILIAS\Data
Definition:
Alphanumeric.php:24
components
ILIAS
KioskMode
src
URLBuilder.php
Generated on Sun Aug 31 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)