|
| __construct (Closure $create_provide, Closure $create_wiring, ?array $consumer_classes=null) |
|
| all (string $name) |
|
| get (string $name, string $key) |
|
Definition at line 26 of file Internal.php.
◆ __construct()
ILIAS\LegalDocuments\Internal::__construct |
( |
Closure |
$create_provide, |
|
|
Closure |
$create_wiring, |
|
|
?array |
$consumer_classes = null |
|
) |
| |
◆ all()
ILIAS\LegalDocuments\Internal::all |
( |
string |
$name | ) |
|
Definition at line 46 of file Internal.php.
46 : array
47 {
48 return $this->map[$name] ?? [];
49 }
◆ get()
ILIAS\LegalDocuments\Internal::get |
( |
string |
$name, |
|
|
string |
$key |
|
) |
| |
Definition at line 51 of file Internal.php.
52 {
53 return $this->map[$name][$key] ?? null;
54 }
◆ $map
readonly array ILIAS\LegalDocuments\Internal::$map |
|
private |
The documentation for this class was generated from the following file: