ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private readonly array $map=[],) | |
add (string $name, $item) | |
set (string $name, string $key, $item) | |
has (string $name, string $key) | |
append (self $other) | |
value () | |
Private Member Functions | |
map (string $key, Closure $proc) | |
ILIAS\LegalDocuments\Map::__construct | ( | private readonly array | $map = [] | ) |
ILIAS\LegalDocuments\Map::add | ( | string | $name, |
$item | |||
) |
Definition at line 36 of file Map.php.
References ILIAS\LegalDocuments\Map\map().
Referenced by ILIAS\LegalDocuments\Wiring\addTo().
ILIAS\LegalDocuments\Map::append | ( | self | $other | ) |
Definition at line 51 of file Map.php.
References ILIAS\LegalDocuments\Map\map().
ILIAS\LegalDocuments\Map::has | ( | string | $name, |
string | $key | ||
) |
Definition at line 46 of file Map.php.
References ILIAS\LegalDocuments\Map\map().
|
private |
Closure(array) | array $proc |
Definition at line 71 of file Map.php.
References ILIAS\LegalDocuments\Map\map().
Referenced by ILIAS\LegalDocuments\Map\add(), ILIAS\LegalDocuments\Map\append(), ILIAS\LegalDocuments\Map\has(), ILIAS\LegalDocuments\Map\map(), and ILIAS\LegalDocuments\Map\set().
ILIAS\LegalDocuments\Map::set | ( | string | $name, |
string | $key, | ||
$item | |||
) |
Definition at line 41 of file Map.php.
References ILIAS\LegalDocuments\Map\map().
Referenced by ILIAS\LegalDocuments\Wiring\addTo().
ILIAS\LegalDocuments\Map::value | ( | ) |