|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition:
Collaboration diagram for ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition:Public Member Functions | |
| __construct (private readonly UI $ui, private readonly array $installed_languages, private readonly Closure $required) | |
| formGroup (array $arguments=[]) | |
| withCriterion (CriterionContent $criterion) | |
| translatedType () | |
| translatedLanguage (string $language) | |
| formGroup (array $arguments=[]) | |
| withCriterion (CriterionContent $criterion) | |
| translatedType () | |
Private Member Functions | |
| radio (string $lang_key, array $options, $value) | |
Definition at line 33 of file UserLanguageDefinition.php.
| ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition::__construct | ( | private readonly UI | $ui, |
| private readonly array | $installed_languages, | ||
| private readonly Closure | $required | ||
| ) |
| list<string> | $installed_languages |
| Closure(array<string,mixed>) | Constraint $required |
Definition at line 39 of file UserLanguageDefinition.php.
| ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition::formGroup | ( | array | $arguments = [] | ) |
Implements ILIAS\LegalDocuments\ConditionDefinition.
Definition at line 46 of file UserLanguageDefinition.php.
References ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition\radio(), ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition\translatedLanguage(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
private |
| array<string,string> | $options | |
| null | string | int | $value |
Definition at line 78 of file UserLanguageDefinition.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, and ILIAS\Repository\ui().
Referenced by ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition\formGroup().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition::translatedLanguage | ( | string | $language | ) |
Definition at line 69 of file UserLanguageDefinition.php.
References ILIAS\Repository\ui().
Referenced by ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition\formGroup().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition::translatedType | ( | ) |
Implements ILIAS\LegalDocuments\ConditionDefinition.
Definition at line 64 of file UserLanguageDefinition.php.
References ILIAS\Repository\ui().
Here is the call graph for this function:| ILIAS\LegalDocuments\Condition\Definition\UserLanguageDefinition::withCriterion | ( | CriterionContent | $criterion | ) |
Implements ILIAS\LegalDocuments\ConditionDefinition.
Definition at line 59 of file UserLanguageDefinition.php.
References ILIAS\Repository\ui().
Here is the call graph for this function: