ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
LinkBuilderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Editor\Http
;
22
23
use
ILIAS\Data\URI
;
24
25
interface
LinkBuilderInterface
26
{
27
public
function
withParameter
(
28
Parameter
$parameter,
29
string
$value
30
):
LinkBuilderInterface
;
31
32
public
function
get
():
URI
;
33
}
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\MetaData\Editor\Http\LinkBuilderInterface
Definition:
LinkBuilderInterface.php:26
ILIAS\MetaData\Editor\Http\LinkBuilderInterface\withParameter
withParameter(Parameter $parameter, string $value)
ILIAS\MetaData\Editor\Http
Definition:
Command.php:21
ILIAS\MetaData\Editor\Http\Parameter
Parameter
Definition:
Parameter.php:24
components
ILIAS
MetaData
classes
Editor
Http
LinkBuilderInterface.php
Generated on Sat Oct 18 2025 23:03:26 for ILIAS by
1.9.4 (using
Doxyfile
)