|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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" |
Protected Attributes | |
| $lng | |
| $ctrl | |
| $ui_fa | |
| $ui_re | |
Private Member Functions | |
| initForm () | |
Private Attributes | |
| $repository | |
| $form | |
| $item_facade | |
Class ilMMSubitemFormGUI.
Definition at line 14 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 61 of file class.ilMMSubitemFormGUI.php.
References $ctrl, $lng, $repository, $ui_fa, $ui_re, ilMMAbstractItemGUI\IDENTIFIER, initForm(), and repository().
Here is the call graph for this function:| ilMMSubitemFormGUI::getHTML | ( | ) |
Definition at line 183 of file class.ilMMSubitemFormGUI.php.
|
private |
Definition at line 77 of file class.ilMMSubitemFormGUI.php.
References $f, $id, $section, $title, $txt, $type, ilMMSubItemGUI\CMD_ADD, ilMMSubItemGUI\CMD_CREATE, ilMMSubItemGUI\CMD_EDIT, ilMMSubItemGUI\CMD_UPDATE, F_ACTIVE, F_PARENT, F_TITLE, F_TYPE, GuzzleHttp\Psr7\hash(), and repository().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMSubitemFormGUI::save | ( | ) |
Definition at line 146 of file class.ilMMSubitemFormGUI.php.
References $data, $DIC, $r, $type, and repository().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 28 of file class.ilMMSubitemFormGUI.php.
|
private |
Definition at line 48 of file class.ilMMSubitemFormGUI.php.
|
protected |
Definition at line 32 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
| const ilMMSubitemFormGUI::F_ACTIVE = "active" |
Definition at line 20 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
| const ilMMSubitemFormGUI::F_PARENT = "parent" |
Definition at line 19 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
| const ilMMSubitemFormGUI::F_TITLE = "title" |
Definition at line 17 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
| const ilMMSubitemFormGUI::F_TYPE = "type" |
Definition at line 18 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().