|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
@template-covariant A More...
Collaboration diagram for ILIAS\LegalDocuments\SelectionMap:Public Member Functions | |
| __construct (private readonly array $conditions=[], ?string $default_selection=null) | |
| choices () | |
| defaultSelection () | |
Private Attributes | |
| readonly string | $default_selection |
@template-covariant A
Definition at line 26 of file SelectionMap.php.
| ILIAS\LegalDocuments\SelectionMap::__construct | ( | private readonly array | $conditions = [], |
| ?string | $default_selection = null |
||
| ) |
| array<string,A> | $conditions |
Definition at line 33 of file SelectionMap.php.
References ILIAS\LegalDocuments\SelectionMap\$default_selection.
| ILIAS\LegalDocuments\SelectionMap::choices | ( | ) |
Definition at line 43 of file SelectionMap.php.
Referenced by ILIAS\LegalDocuments\Provide\ProvideDocument\conditionGroups().
Here is the caller graph for this function:| ILIAS\LegalDocuments\SelectionMap::defaultSelection | ( | ) |
Definition at line 48 of file SelectionMap.php.
References ILIAS\LegalDocuments\SelectionMap\$default_selection.
|
private |
Definition at line 28 of file SelectionMap.php.
Referenced by ILIAS\LegalDocuments\SelectionMap\__construct(), and ILIAS\LegalDocuments\SelectionMap\defaultSelection().