ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
KeyValue.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Modal\InterruptiveItem
;
22
28
interface
KeyValue
extends
InterruptiveItem
29
{
33
public
function
getKey
(): string;
34
38
public
function
getValue
(): string;
39
}
ILIAS\UI\Component\Modal\InterruptiveItem\InterruptiveItem
Interface InterruptiveItem.
Definition:
InterruptiveItem.php:30
ILIAS\UI\Component\Modal\InterruptiveItem\KeyValue
Interface InterruptiveItem.
Definition:
KeyValue.php:28
ILIAS\UI\Component\Modal\InterruptiveItem
Definition:
Factory.php:21
ILIAS\UI\Component\Modal\InterruptiveItem\KeyValue\getKey
getKey()
Get the key of the pair.
ILIAS\UI\Component\Modal\InterruptiveItem\KeyValue\getValue
getValue()
Get the value of the pair.
components
ILIAS
UI
src
Component
Modal
InterruptiveItem
KeyValue.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)