ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Class ilMMTopItemFormGUI. More...
Public Member Functions | |
__construct (ilCtrl $ctrl, Factory $ui_fa, Renderer $ui_re, ilLanguage $lng, Services $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 | |
ilLanguage | $lng |
ilCtrl | $ctrl |
ILIAS UI Factory | $ui_fa |
ILIAS UI Renderer | $ui_re |
Private Member Functions | |
initForm () | |
getTypeGroups (Closure $f, bool $new) | |
Private Attributes | |
const | F_ICON = 'icon' |
Services | $http |
ilMMItemRepository | $repository |
Standard | $form |
ilMMItemFacadeInterface | $item_facade |
ilObjMainMenuAccess | $access |
Class ilMMTopItemFormGUI.
Definition at line 34 of file class.ilMMTopItemFormGUI.php.
ilMMTopItemFormGUI::__construct | ( | ilCtrl | $ctrl, |
Factory | $ui_fa, | ||
Renderer | $ui_re, | ||
ilLanguage | $lng, | ||
Services | $http, | ||
ilMMItemFacadeInterface | $item, | ||
ilMMItemRepository | $repository | ||
) |
Definition at line 68 of file class.ilMMTopItemFormGUI.php.
References $ctrl, $http, $lng, $repository, $ui_fa, $ui_re, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ilMMAbstractItemGUI\IDENTIFIER, initForm(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
ilMMTopItemFormGUI::getHTML | ( | ) |
Definition at line 231 of file class.ilMMTopItemFormGUI.php.
References ILIAS\Repository\form().
|
private |
Closure | $f |
Definition at line 240 of file class.ilMMTopItemFormGUI.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, and ILIAS\UI\examples\Deck\repository().
Referenced by initForm().
|
private |
Definition at line 92 of file class.ilMMTopItemFormGUI.php.
References Vendor\Package\$f, ILIAS\LTI\ToolProvider\$key, $txt, $type, ILIAS\Repository\access(), ilMMTopItemGUI\CMD_ADD, ilMMTopItemGUI\CMD_CREATE, ilMMTopItemGUI\CMD_EDIT, ilMMTopItemGUI\CMD_UPDATE, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), getTypeGroups(), and ILIAS\Repository\lng().
Referenced by __construct().
ilMMTopItemFormGUI::save | ( | ) |
Definition at line 185 of file class.ilMMTopItemFormGUI.php.
References $data, $type, ILIAS\Repository\form(), ILIAS\FileDelivery\http(), and ILIAS\UI\examples\Deck\repository().
|
private |
Definition at line 48 of file class.ilMMTopItemFormGUI.php.
|
protected |
Definition at line 52 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 44 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 40 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 46 of file class.ilMMTopItemFormGUI.php.
|
protected |
Definition at line 50 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 42 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
Definition at line 54 of file class.ilMMTopItemFormGUI.php.
Referenced by __construct().
Definition at line 56 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 63 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 38 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Definition at line 66 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_TITLE = 'title' |
Definition at line 64 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_TYPE = 'type' |
Definition at line 65 of file class.ilMMTopItemFormGUI.php.