|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\LegalDocuments\Map: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().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\Map::append | ( | self | $other | ) |
Definition at line 51 of file Map.php.
References ILIAS\LegalDocuments\Map\map().
Here is the call graph for this function:| ILIAS\LegalDocuments\Map::has | ( | string | $name, |
| string | $key | ||
| ) |
Definition at line 46 of file Map.php.
References ILIAS\LegalDocuments\Map\map().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\Map::value | ( | ) |