ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Class ilMMTopItemFormGUI. More...
Public Member Functions | |
__construct (protected ilCtrl $ctrl, protected ILIAS\UI\Factory $ui_fa, protected Renderer $ui_re, protected ilLanguage $lng, private Services $http, private ilMMItemFacadeInterface $item_facade, private 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" |
Private Member Functions | |
initForm () | |
getTypeGroups (Closure $f, bool $new) | |
Private Attributes | |
const | F_ICON = 'icon' |
Standard | $form |
ilObjMainMenuAccess | $access |
Class ilMMTopItemFormGUI.
Definition at line 34 of file class.ilMMTopItemFormGUI.php.
ilMMTopItemFormGUI::__construct | ( | protected ilCtrl | $ctrl, |
protected ILIAS\UI\Factory | $ui_fa, | ||
protected Renderer | $ui_re, | ||
protected ilLanguage | $lng, | ||
private Services | $http, | ||
private ilMMItemFacadeInterface | $item_facade, | ||
private ilMMItemRepository | $repository | ||
) |
Definition at line 57 of file class.ilMMTopItemFormGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilMMAbstractItemGUI\IDENTIFIER, and initForm().
ilMMTopItemFormGUI::getHTML | ( | ) |
Definition at line 209 of file class.ilMMTopItemFormGUI.php.
References ILIAS\Repository\form().
|
private |
Closure | $f |
Definition at line 218 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 74 of file class.ilMMTopItemFormGUI.php.
References Vendor\Package\$f, $txt, ILIAS\Repository\access(), ilMMTopItemGUI\CMD_ADD, ilMMTopItemGUI\CMD_CREATE, ilMMTopItemGUI\CMD_EDIT, ilMMTopItemGUI\CMD_UPDATE, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), getTypeGroups(), ILIAS\Repository\lng(), and null.
Referenced by __construct().
ilMMTopItemFormGUI::save | ( | ) |
Definition at line 163 of file class.ilMMTopItemFormGUI.php.
References $data, ILIAS\Repository\form(), ILIAS\FileDelivery\http(), and ILIAS\UI\examples\Deck\repository().
|
private |
Definition at line 45 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 43 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_ACTIVE = 'active' |
ilMMTopItemFormGUI constructor.
ilCtrl | $ctrl | |
Factory | $ui_fa | |
Renderer | $ui_re |
Definition at line 52 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 41 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Definition at line 55 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_TITLE = 'title' |
Definition at line 53 of file class.ilMMTopItemFormGUI.php.
const ilMMTopItemFormGUI::F_TYPE = 'type' |
Definition at line 54 of file class.ilMMTopItemFormGUI.php.