ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
HasMustacheVariables.php
Go to the documentation of this file.
1<?php
2
20
22
30{
41 public function withMustacheVariables(
42 array $variable_definitions,
43 ?string $context_information = null
44 ): static;
45}
This describes inputs that can be used in forms.
Definition: FormInput.php:33
Describes a Form Input that can contain Mustache variables, which will be made available for users to...
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Checkbox.php:21