ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMMTopItemFormGUI. More...
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' |
const | F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Protected Attributes | |
$lng | |
$ctrl | |
$ui_fa | |
$ui_re | |
Private Member Functions | |
initForm () | |
getTypeGroups (Closure $f) | |
Private Attributes | |
const | F_ICON = 'icon' |
$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 62 of file class.ilMMTopItemFormGUI.php.
References $ctrl, $http, $lng, $repository, $ui_fa, $ui_re, ILIAS\FileDelivery\http(), ilMMAbstractItemGUI\IDENTIFIER, initForm(), and repository().
ilMMTopItemFormGUI::getHTML | ( | ) |
Definition at line 185 of file class.ilMMTopItemFormGUI.php.
|
private |
Closure | $f |
Definition at line 194 of file class.ilMMTopItemFormGUI.php.
References Vendor\Package\$f, and repository().
Referenced by initForm().
|
private |
Definition at line 85 of file class.ilMMTopItemFormGUI.php.
References Vendor\Package\$f, $section, $txt, $type, ilMMTopItemGUI\CMD_ADD, ilMMTopItemGUI\CMD_CREATE, ilMMTopItemGUI\CMD_EDIT, ilMMTopItemGUI\CMD_UPDATE, getTypeGroups(), and ilMimeTypeUtil\IMAGE__SVG_XML.
Referenced by __construct().
ilMMTopItemFormGUI::save | ( | ) |
Definition at line 146 of file class.ilMMTopItemFormGUI.php.
References $data, $type, ILIAS\FileDelivery\http(), and repository().
|
protected |
Definition at line 42 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 22 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 34 of file class.ilMMTopItemFormGUI.php.
|
protected |
Definition at line 38 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
protected |
Definition at line 50 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 57 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 18 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Definition at line 60 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_TITLE = 'title' |
Definition at line 58 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_TYPE = 'type' |
Definition at line 59 of file class.ilMMTopItemFormGUI.php.