ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
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(), ILIAS\Repository\ctrl(), and null.
|
protected |
Definition at line 45 of file class.ilAddAnswerFormBuilder.php.
References 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().