|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMMTopItemFormGUI. More...
Collaboration diagram for ilMMTopItemFormGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, Factory $ui_fa, Renderer $ui_re, ilLanguage $lng, \ILIAS\DI\HTTPServices $http, ilMMItemFacadeInterface $item, ilMMItemRepository $repository) | |
| save () | |
| getHTML () | |
Data Fields | |
| const | F_ACTIVE = 'active' |
| ilMMTopItemFormGUI constructor. More... | |
| const | F_TITLE = 'title' |
| const | F_TYPE = 'type' |
Protected Attributes | |
| $lng | |
| $ctrl | |
| $ui_fa | |
| $ui_re | |
Private Member Functions | |
| initForm () | |
Private Attributes | |
| $http | |
| $repository | |
| $form | |
| $item_facade | |
Class ilMMTopItemFormGUI.
Definition at line 14 of file class.ilMMTopItemFormGUI.php.
| ilMMTopItemFormGUI::__construct | ( | ilCtrl | $ctrl, |
| Factory | $ui_fa, | ||
| Renderer | $ui_re, | ||
| ilLanguage | $lng, | ||
| \ILIAS\DI\HTTPServices | $http, | ||
| ilMMItemFacadeInterface | $item, | ||
| ilMMItemRepository | $repository | ||
| ) |
Definition at line 61 of file class.ilMMTopItemFormGUI.php.
References $ctrl, $http, $lng, $repository, $ui_fa, $ui_re, ILIAS\FileDelivery\http(), ilMMAbstractItemGUI\IDENTIFIER, initForm(), and repository().
Here is the call graph for this function:| ilMMTopItemFormGUI::getHTML | ( | ) |
Definition at line 174 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 78 of file class.ilMMTopItemFormGUI.php.
References $f, $key, $section, $title, $txt, $type, ilMMTopItemGUI\CMD_ADD, ilMMTopItemGUI\CMD_CREATE, ilMMTopItemGUI\CMD_EDIT, ilMMTopItemGUI\CMD_UPDATE, F_ACTIVE, 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:| ilMMTopItemFormGUI::save | ( | ) |
Definition at line 139 of file class.ilMMTopItemFormGUI.php.
References $data, $type, ILIAS\FileDelivery\http(), and repository().
Here is the call graph for this function:
|
protected |
Definition at line 40 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 28 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 20 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 32 of file class.ilMMTopItemFormGUI.php.
|
protected |
Definition at line 36 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 48 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
| const ilMMTopItemFormGUI::F_ACTIVE = 'active' |
ilMMTopItemFormGUI constructor.
| ilCtrl | $ctrl | |
| Factory | $ui_fa | |
| Renderer | $ui_re |
Definition at line 56 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().
| const ilMMTopItemFormGUI::F_TITLE = 'title' |
Definition at line 57 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().
| const ilMMTopItemFormGUI::F_TYPE = 'type' |
Definition at line 58 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().