ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilPairInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\Attribute
;
22
23
interface
ilPairInterface
24
{
25
public
function
withValue
(
string
$value):
ilPairInterface
;
26
27
public
function
withKey
(
string
$key
):
ilPairInterface
;
28
29
public
function
getKey
(): string;
30
31
public
function
getValue
(): string;
32
}
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\Attribute\ilPairInterface\withValue
withValue(string $value)
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\Attribute\ilPairInterface
Definition:
interface.ilPairInterface.php:23
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\Attribute\ilPairInterface\withKey
withKey(string $key)
ILIAS\LTI\ToolProvider\$key
string $key
Consumer key/client ID value.
Definition:
System.php:193
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\Attribute\ilPairInterface\getValue
getValue()
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\Attribute
Definition:
interface.ilCollectionInterface.php:21
ILIAS\Export\ImportHandler\I\File\XML\Node\Info\Attribute\ilPairInterface\getKey
getKey()
Services
Export
classes
ImportHandler
I
File
XML
Node
Info
Attribute
interface.ilPairInterface.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)