ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Class ilMMSubitemFormGUI. More...
Public Member Functions | |
__construct (protected ilCtrl $ctrl, protected ILIAS\UI\Factory $ui_fa, protected Renderer $ui_re, protected ilLanguage $lng, private ilMMItemFacadeInterface $item_facade, private 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" |
Private Member Functions | |
initForm () | |
getTypeGroups (Closure $f) | |
Private Attributes | |
Standard | $form |
Class ilMMSubitemFormGUI.
Definition at line 33 of file class.ilMMSubitemFormGUI.php.
ilMMSubitemFormGUI::__construct | ( | protected ilCtrl | $ctrl, |
protected ILIAS\UI\Factory | $ui_fa, | ||
protected Renderer | $ui_re, | ||
protected ilLanguage | $lng, | ||
private ilMMItemFacadeInterface | $item_facade, | ||
private ilMMItemRepository | $repository | ||
) |
ilMMSubitemFormGUI constructor.
ilCtrl | $ctrl | |
Factory | $ui_fa | |
Renderer | $ui_re | |
ilLanguage | $lng | |
ilMMItemFacadeInterface | $item_facade | |
ilMMItemRepository | $repository |
Definition at line 55 of file class.ilMMSubitemFormGUI.php.
References ILIAS\Repository\ctrl(), ilMMAbstractItemGUI\IDENTIFIER, and initForm().
ilMMSubitemFormGUI::getHTML | ( | ) |
Definition at line 209 of file class.ilMMSubitemFormGUI.php.
References ILIAS\Repository\form().
|
private |
Closure | $f |
Definition at line 218 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, ilMMSubItemGUI\CMD_ADD, ilMMSubItemGUI\CMD_CREATE, ilMMSubItemGUI\CMD_EDIT, ilMMSubItemGUI\CMD_UPDATE, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), getTypeGroups(), ILIAS\Repository\lng(), null, ILIAS\UI\examples\Deck\repository(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by __construct().
ilMMSubitemFormGUI::save | ( | ) |
Definition at line 162 of file class.ilMMSubitemFormGUI.php.
References $data, $DIC, $r, ILIAS\Repository\form(), and ILIAS\UI\examples\Deck\repository().
|
private |
Definition at line 44 of file class.ilMMSubitemFormGUI.php.
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.