ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
BuilderInterface.php:26
ILIAS\Tracking\View\PropertyList\BuilderInterface\withProperty
withProperty(string $key, string $value)
ILIAS\Tracking\View\PropertyList\BuilderInterface\getList
getList()
ILIAS\Tracking\View\PropertyList\PropertyListInterface
Definition:
PropertyListInterface.php:27
ILIAS\Tracking\View\PropertyList
Definition:
Builder.php:21
components
ILIAS
Tracking
classes
View
PropertyList
BuilderInterface.php
Generated on Sun Oct 19 2025 23:03:19 for ILIAS by
1.9.4 (using
Doxyfile
)