|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Class ilMMAbstractItemGUI. More...
Inheritance diagram for ilMMAbstractItemGUI:
Collaboration diagram for ilMMAbstractItemGUI:Public Member Functions | |
| __construct (ilMMTabHandling $tab_handling) | |
| ilMMAbstractItemGUI constructor. More... | |
Data Fields | |
| const | IDENTIFIER = 'identifier' |
| const | CMD_FLUSH = 'flush' |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilTree | $tree |
Protected Member Functions | |
| determineCommand (string $standard, string $delete) | |
| getMMItemFromRequest () | |
| flush () | |
| cancel () | |
Protected Attributes | |
| UIServices | $ui |
| Services | $http |
| ilMMItemRepository | $repository |
| ilToolbarGUI | $toolbar |
| ilMMTabHandling | $tab_handling |
| ilTabsGUI | $tabs |
| ilCtrl | $ctrl |
| ilObjMainMenuAccess | $access |
Class ilMMAbstractItemGUI.
Definition at line 29 of file class.ilMMAbstractItemGUI.php.
| ilMMAbstractItemGUI::__construct | ( | ilMMTabHandling | $tab_handling | ) |
ilMMAbstractItemGUI constructor.
| ilMMTabHandling | $tab_handling |
| Throwable |
Definition at line 62 of file class.ilMMAbstractItemGUI.php.
References $DIC, $tab_handling, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\UI\examples\Deck\repository(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
abstractprotected |
Reimplemented in ilMMSubItemGUI, and ilMMTopItemGUI.
Referenced by flush().
Here is the caller graph for this function:
|
protected |
| string | $standard | |
| string | $delete |
| ilException |
Definition at line 87 of file class.ilMMAbstractItemGUI.php.
References $post, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\FileDelivery\http().
Referenced by ilMMSubItemGUI\executeCommand(), and ilMMTopItemGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 127 of file class.ilMMAbstractItemGUI.php.
References cancel(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Referenced by ilMMSubItemGUI\dispatchCommand(), and ilMMTopItemGUI\dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| Throwable |
Definition at line 111 of file class.ilMMAbstractItemGUI.php.
References $post, ILIAS\FileDelivery\http(), and ILIAS\UI\examples\Deck\repository().
Referenced by ilMMSubItemGUI\confirmDelete(), ilMMTopItemGUI\confirmDelete(), ilMMSubItemGUI\confirmMove(), ilMMSubItemGUI\delete(), ilMMTopItemGUI\delete(), ilMMSubItemGUI\executeCommand(), ilMMTopItemGUI\executeCommand(), ilMMSubItemGUI\move(), ilMMTopItemGUI\move(), and ilMMTopItemGUI\update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 55 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 49 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 37 of file class.ilMMAbstractItemGUI.php.
| ilLanguage ilMMAbstractItemGUI::$lng |
Definition at line 47 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 39 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 43 of file class.ilMMAbstractItemGUI.php.
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 41 of file class.ilMMAbstractItemGUI.php.
| ilGlobalTemplateInterface ilMMAbstractItemGUI::$tpl |
Definition at line 51 of file class.ilMMAbstractItemGUI.php.
| ilTree ilMMAbstractItemGUI::$tree |
Definition at line 53 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 35 of file class.ilMMAbstractItemGUI.php.
| const ilMMAbstractItemGUI::CMD_FLUSH = 'flush' |
Definition at line 33 of file class.ilMMAbstractItemGUI.php.
Referenced by ilMMSubItemGUI\dispatchCommand(), and ilMMTopItemGUI\dispatchCommand().
| const ilMMAbstractItemGUI::IDENTIFIER = 'identifier' |
Definition at line 32 of file class.ilMMAbstractItemGUI.php.
Referenced by ilMMSubitemFormGUI\__construct(), ilMMTopItemFormGUI\__construct(), and ilMMTopItemTableGUI\fillRow().