ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private readonly UIFactory $ui_factory, private readonly RefineryFactory $refinery, private readonly ilLanguage $language, private readonly ilCtrl $ctrl) | |
buildAddAnswerModal (string $title, array $data=[]) | |
Protected Member Functions | |
buildInputs (array $data) | |
Definition at line 25 of file class.ilAddAnswerFormBuilder.php.
ilAddAnswerFormBuilder::__construct | ( | private readonly UIFactory | $ui_factory, |
private readonly RefineryFactory | $refinery, | ||
private readonly ilLanguage | $language, | ||
private readonly ilCtrl | $ctrl | ||
) |
Definition at line 27 of file class.ilAddAnswerFormBuilder.php.
ilAddAnswerFormBuilder::buildAddAnswerModal | ( | string | $title, |
array | $data = [] |
||
) |
Definition at line 35 of file class.ilAddAnswerFormBuilder.php.
References $data, buildInputs(), and ILIAS\Repository\ctrl().
|
protected |
Definition at line 45 of file class.ilAddAnswerFormBuilder.php.
References $data, ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\UI\examples\Symbol\Glyph\Language\language(), ILIAS\Repository\refinery(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by buildAddAnswerModal().