|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilMMSubitemFormGUI. More...
Collaboration diagram for ilMMSubitemFormGUI: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().
Here is the call graph for this function:| ilMMSubitemFormGUI::getHTML | ( | ) |
Definition at line 231 of file class.ilMMSubitemFormGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 88 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(), ILIAS\UI\examples\Deck\repository(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMSubitemFormGUI::save | ( | ) |
Definition at line 184 of file class.ilMMSubitemFormGUI.php.
References $data, $DIC, $r, ILIAS\Repository\form(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
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.