ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
BuilderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=0);
20
21
namespace
ILIAS\Tracking\View\PropertyList
;
22
23
use
ILIAS\Tracking\View\PropertyList\PropertyListInterface
;
24
25
interface
BuilderInterface
26
{
27
public
function
withProperty
(
string
$key,
string
$value):
self
;
28
29
public
function
getList
():
PropertyListInterface
;
30
}
ILIAS\Tracking\View\PropertyList\BuilderInterface\withProperty
withProperty(string $key, string $value)
ILIAS\Tracking\View\PropertyList\PropertyListInterface
Definition:
PropertyListInterface.php:26
ILIAS\Tracking\View\PropertyList\BuilderInterface\getList
getList()
PropertyListInterface
ILIAS\Tracking\View\PropertyList\BuilderInterface
Definition:
BuilderInterface.php:25
ILIAS\Tracking\View\PropertyList
Definition:
Builder.php:21
components
ILIAS
Tracking
classes
View
PropertyList
BuilderInterface.php
Generated on Wed Sep 3 2025 23:03:28 for ILIAS by
1.8.13 (using
Doxyfile
)