ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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" |
Protected Attributes | |
$lng | |
$ctrl | |
$ui_fa | |
$ui_re | |
Private Member Functions | |
initForm () | |
getTypeGroups (Closure $f) | |
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().
ilMMSubitemFormGUI::getHTML | ( | ) |
Definition at line 188 of file class.ilMMSubitemFormGUI.php.
|
private |
Closure | $f |
Definition at line 197 of file class.ilMMSubitemFormGUI.php.
References Vendor\Package\$f, and repository().
Referenced by initForm().
|
private |
Definition at line 76 of file class.ilMMSubitemFormGUI.php.
References Vendor\Package\$f, $section, $txt, $type, ilMMSubItemGUI\CMD_ADD, ilMMSubItemGUI\CMD_CREATE, ilMMSubItemGUI\CMD_EDIT, ilMMSubItemGUI\CMD_UPDATE, F_ACTIVE, F_ICON, F_PARENT, F_TITLE, F_TYPE, getTypeGroups(), ilMimeTypeUtil\IMAGE__SVG_XML, and repository().
Referenced by __construct().
ilMMSubitemFormGUI::save | ( | ) |
Definition at line 146 of file class.ilMMSubitemFormGUI.php.
References $data, $DIC, $type, and repository().
|
protected |
Definition at line 38 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilMMSubitemFormGUI.php.
|
private |
Definition at line 50 of file class.ilMMSubitemFormGUI.php.
|
protected |
Definition at line 34 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilMMSubitemFormGUI.php.
Referenced by __construct().
const ilMMSubitemFormGUI::F_ACTIVE = "active" |
Definition at line 21 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_ICON = "icon" |
Definition at line 22 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_PARENT = "parent" |
Definition at line 20 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_TITLE = "title" |
Definition at line 18 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().
const ilMMSubitemFormGUI::F_TYPE = "type" |
Definition at line 19 of file class.ilMMSubitemFormGUI.php.
Referenced by initForm().