ILIAS
release_8 Revision v8.19
|
Class ilMMSubitemFormGUI. More...
Public Member Functions | |
__construct (ilCtrl $ctrl, Factory $ui_fa, Renderer $ui_re, ilLanguage $lng, ilMMItemFacadeInterface $item, ilMMItemRepository $repository) | |
ilMMSubitemFormGUI constructor. More... | |
save () | |
getHTML () | |
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" |
Protected Attributes | |
ilLanguage | $lng |
ilCtrl | $ctrl |
ILIAS UI Factory | $ui_fa |
ILIAS UI Renderer | $ui_re |
Private Member Functions | |
initForm () | |
getTypeGroups (Closure $f) | |
Private Attributes | |
ilMMItemRepository | $repository |
Standard | $form |
ilMMItemFacadeInterface | $item_facade |
Class ilMMSubitemFormGUI.
Definition at line 33 of file class.ilMMSubitemFormGUI.php.
ilMMSubitemFormGUI::__construct | ( | ilCtrl | $ctrl, |
Factory | $ui_fa, | ||
Renderer | $ui_re, | ||
ilLanguage | $lng, | ||
ilMMItemFacadeInterface | $item, | ||
ilMMItemRepository | $repository | ||
) |
ilMMSubitemFormGUI constructor.
ilCtrl | $ctrl | |
Factory | $ui_fa | |
Renderer | $ui_re | |
ilLanguage | $lng | |
ilMMItemFacadeInterface | $item | |
ilMMItemRepository | $repository |
Definition at line 67 of file class.ilMMSubitemFormGUI.php.
References $ctrl, $lng, $repository, $ui_fa, $ui_re, ILIAS\Repository\ctrl(), ilMMAbstractItemGUI\IDENTIFIER, initForm(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
ilMMSubitemFormGUI::getHTML | ( | ) |
Definition at line 231 of file class.ilMMSubitemFormGUI.php.
References ILIAS\Repository\form().
|
private |
Closure | $f |
Definition at line 240 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 88 of file class.ilMMSubitemFormGUI.php.
References Vendor\Package\$f, $id, $txt, $type, ilMMSubItemGUI\CMD_ADD, ilMMSubItemGUI\CMD_CREATE, ilMMSubItemGUI\CMD_EDIT, ilMMSubItemGUI\CMD_UPDATE, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), getTypeGroups(), ILIAS\Repository\lng(), ILIAS\UI\examples\Deck\repository(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by __construct().
ilMMSubitemFormGUI::save | ( | ) |
Definition at line 184 of file class.ilMMSubitemFormGUI.php.
References $data, $DIC, $type, ILIAS\Repository\form(), and ILIAS\UI\examples\Deck\repository().
|
protected |
Definition at line 50 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 46 of file class.ilMMSubitemFormGUI.php.
|
private |
Definition at line 56 of file class.ilMMSubitemFormGUI.php.
|
protected |
Definition at line 48 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 44 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
Definition at line 52 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
Definition at line 54 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
const ilMMSubitemFormGUI::F_ACTIVE = "active" |
Definition at line 40 of file class.ilMMSubitemFormGUI.php.
const ilMMSubitemFormGUI::F_ICON = "icon" |
Definition at line 41 of file class.ilMMSubitemFormGUI.php.
const ilMMSubitemFormGUI::F_PARENT = "parent" |
Definition at line 39 of file class.ilMMSubitemFormGUI.php.
const ilMMSubitemFormGUI::F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Definition at line 42 of file class.ilMMSubitemFormGUI.php.
const ilMMSubitemFormGUI::F_TITLE = "title" |
Definition at line 37 of file class.ilMMSubitemFormGUI.php.
const ilMMSubitemFormGUI::F_TYPE = "type" |
Definition at line 38 of file class.ilMMSubitemFormGUI.php.