ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilMMSubitemFormGUI. More...
Public Member Functions | |
__construct (protected ilCtrl $ctrl, protected ILIAS\UI\Factory $ui_fa, protected Renderer $ui_re, protected Translator $lng, private RequestInterface $request, private ilMMItemFacadeInterface $item_facade, private ilMMItemRepository $repository, private ?ilMMItemFacadeInterface $parent_item=null) | |
ilMMSubitemFormGUI constructor. More... | |
save () | |
getHTML () | |
get () | |
Data Fields | |
const | F_TITLE = "title" |
const | F_TYPE = "type" |
const | F_PARENT = "parent" |
const | F_ACTIVE = "active" |
const | F_ICON = "icon" |
const | F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Private Member Functions | |
initForm () | |
getTypeGroups (Closure $f) | |
Private Attributes | |
Standard | $form |
Class ilMMSubitemFormGUI.
Definition at line 35 of file class.ilMMSubitemFormGUI.php.
ilMMSubitemFormGUI::__construct | ( | protected ilCtrl | $ctrl, |
protected ILIAS\UI\Factory | $ui_fa, | ||
protected Renderer | $ui_re, | ||
protected Translator | $lng, | ||
private RequestInterface | $request, | ||
private ilMMItemFacadeInterface | $item_facade, | ||
private ilMMItemRepository | $repository, | ||
private ?ilMMItemFacadeInterface | $parent_item = null |
||
) |
ilMMSubitemFormGUI constructor.
ilCtrl | $ctrl | |
Factory | $ui_fa | |
Renderer | $ui_re | |
ilLanguage | $lng | |
ilMMItemFacadeInterface | $item_facade | |
ilMMItemRepository | $repository |
Definition at line 57 of file class.ilMMSubitemFormGUI.php.
References initForm().
ilMMSubitemFormGUI::get | ( | ) |
Definition at line 238 of file class.ilMMSubitemFormGUI.php.
References $form.
ilMMSubitemFormGUI::getHTML | ( | ) |
Definition at line 233 of file class.ilMMSubitemFormGUI.php.
References ILIAS\Repository\form().
|
private |
Closure | $f |
Definition at line 247 of file class.ilMMSubitemFormGUI.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, and ILIAS\UI\examples\Deck\repository().
Referenced by initForm().
|
private |
Definition at line 70 of file class.ilMMSubitemFormGUI.php.
References Vendor\Package\$f, $id, $txt, ilMMBaseGUI\CMD_CREATE, ilMMBaseGUI\CMD_UPDATE, ILIAS\Repository\ctrl(), F_ACTIVE, F_ICON, F_PARENT, F_ROLE_BASED_VISIBILITY, F_TITLE, F_TYPE, ILIAS\Repository\form(), getTypeGroups(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Referenced by __construct().
ilMMSubitemFormGUI::save | ( | ) |
Definition at line 184 of file class.ilMMSubitemFormGUI.php.
References $data, F_ROLE_BASED_VISIBILITY, ILIAS\Repository\form(), and ILIAS\UI\examples\Deck\repository().
|
private |
Definition at line 46 of file class.ilMMSubitemFormGUI.php.
Referenced by get().
const ilMMSubitemFormGUI::F_ACTIVE = "active" |
Definition at line 42 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_ICON = "icon" |
Definition at line 43 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_PARENT = "parent" |
Definition at line 41 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Definition at line 44 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm(), and save().
const ilMMSubitemFormGUI::F_TITLE = "title" |
Definition at line 39 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_TYPE = "type" |
Definition at line 40 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().