|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilMMTopItemFormGUI. More...
Collaboration diagram for ilMMTopItemFormGUI:Public Member Functions | |
| __construct (protected ilCtrl $ctrl, protected ILIAS\UI\Factory $ui_fa, protected Renderer $ui_re, protected Translator $lng, private RequestInterface $request, private ilMMItemFacadeInterface $item_facade, private ilMMItemRepository $repository) | |
| save () | |
| getHTML () | |
| get () | |
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 35 of file class.ilMMTopItemFormGUI.php.
| ilMMTopItemFormGUI::__construct | ( | protected ilCtrl | $ctrl, |
| protected ILIAS\UI\Factory | $ui_fa, | ||
| protected Renderer | $ui_re, | ||
| protected Translator | $lng, | ||
| private RequestInterface | $request, | ||
| private ilMMItemFacadeInterface | $item_facade, | ||
| private ilMMItemRepository | $repository | ||
| ) |
Definition at line 58 of file class.ilMMTopItemFormGUI.php.
References ILIAS\Repository\access(), and initForm().
Here is the call graph for this function:| ilMMTopItemFormGUI::get | ( | ) |
Definition at line 215 of file class.ilMMTopItemFormGUI.php.
References $form.
| ilMMTopItemFormGUI::getHTML | ( | ) |
Definition at line 210 of file class.ilMMTopItemFormGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:
|
private |
Definition at line 220 of file class.ilMMTopItemFormGUI.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, and ILIAS\UI\examples\Deck\repository().
Referenced by initForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 71 of file class.ilMMTopItemFormGUI.php.
References Vendor\Package\$f, ILIAS\Repository\access(), ilMMBaseGUI\CMD_CREATE, ilMMBaseGUI\CMD_UPDATE, ILIAS\Repository\ctrl(), F_ACTIVE, F_ICON, F_ROLE_BASED_VISIBILITY, F_TITLE, F_TYPE, ILIAS\Repository\form(), getTypeGroups(), and ILIAS\Repository\lng().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMTopItemFormGUI::save | ( | ) |
Definition at line 164 of file class.ilMMTopItemFormGUI.php.
References $data, ILIAS\Repository\form(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
private |
Definition at line 46 of file class.ilMMTopItemFormGUI.php.
|
private |
Definition at line 44 of file class.ilMMTopItemFormGUI.php.
Referenced by get().
| const ilMMTopItemFormGUI::F_ACTIVE = 'active' |
ilMMTopItemFormGUI constructor.
| ilCtrl | $ctrl | |
| Factory | $ui_fa | |
| Renderer | $ui_re |
Definition at line 53 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().
|
private |
Definition at line 42 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().
| const ilMMTopItemFormGUI::F_ROLE_BASED_VISIBILITY = "role_based_visibility" |
Definition at line 56 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().
| const ilMMTopItemFormGUI::F_TITLE = 'title' |
Definition at line 54 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().
| const ilMMTopItemFormGUI::F_TYPE = 'type' |
Definition at line 55 of file class.ilMMTopItemFormGUI.php.
Referenced by initForm().