ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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\MetaData\Editor\Http
Definition:
Command.php:21
ILIAS\MetaData\Editor\Http\LinkBuilderInterface\withParameter
withParameter(Parameter $parameter, string $value)
ILIAS\MetaData\Editor\Http\LinkBuilderInterface
Definition:
LinkBuilderInterface.php:25
ILIAS\MetaData\Editor\Http\Parameter
Parameter
Definition:
Parameter.php:23
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:34
ILIAS\Data\URI
components
ILIAS
MetaData
classes
Editor
Http
LinkBuilderInterface.php
Generated on Wed Sep 10 2025 15:16:00 for ILIAS by
1.8.13 (using
Doxyfile
)