ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
HasMustacheVariables.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\UI\Component\Input\Field
;
20
21
use
ILIAS\UI\Component\Input\Container\Form\FormInput
;
22
29
interface
HasMustacheVariables
extends
FormInput
30
{
41
public
function
withMustacheVariables
(
42
array $variable_definitions,
43
?
string
$context_information =
null
44
): static;
45
}
ILIAS\UI\Component\Input\Container\Form\FormInput
This describes inputs that can be used in forms.
Definition:
FormInput.php:33
ILIAS\UI\Component\Input\Field\HasMustacheVariables
Describes a Form Input that can contain Mustache variables, which will be made available for users to...
Definition:
HasMustacheVariables.php:30
ILIAS\UI\Component\Input\Field\HasMustacheVariables\withMustacheVariables
withMustacheVariables(array $variable_definitions, ?string $context_information=null)
Get an input like this, but provide it with Mustache variables which will be made available for users...
ILIAS\UI\Component\Input\Field
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Checkbox.php:21
components
ILIAS
UI
src
Component
Input
Field
HasMustacheVariables.php
Generated on Sat Dec 13 2025 23:03:54 for ILIAS by
1.9.4 (using
Doxyfile
)