ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Class ilMMAbstractItemGUI. More...
Public Member Functions | |
__construct (protected 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 |
ilTabsGUI | $tabs |
ilCtrl | $ctrl |
ilObjMainMenuAccess | $access |
Class ilMMAbstractItemGUI.
Definition at line 29 of file class.ilMMAbstractItemGUI.php.
ilMMAbstractItemGUI::__construct | ( | protected ilMMTabHandling | $tab_handling | ) |
ilMMAbstractItemGUI constructor.
ilMMTabHandling | $tab_handling |
Throwable |
Definition at line 60 of file class.ilMMAbstractItemGUI.php.
References $DIC, 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().
|
abstractprotected |
|
protected |
string | $standard | |
string | $delete |
ilException |
Definition at line 84 of file class.ilMMAbstractItemGUI.php.
References $post, $r, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\FileDelivery\http().
Referenced by ilMMSubItemGUI\executeCommand(), and ilMMTopItemGUI\executeCommand().
|
protected |
Definition at line 122 of file class.ilMMAbstractItemGUI.php.
References cancel(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Referenced by ilMMSubItemGUI\dispatchCommand(), and ilMMTopItemGUI\dispatchCommand().
|
protected |
Throwable |
Definition at line 106 of file class.ilMMAbstractItemGUI.php.
References $post, $r, ILIAS\FileDelivery\http(), and ILIAS\UI\examples\Deck\repository().
Referenced by ilMMSubItemGUI\delete(), ilMMTopItemGUI\delete(), ilMMSubItemGUI\edit(), ilMMTopItemGUI\edit(), ilMMSubItemGUI\executeCommand(), ilMMTopItemGUI\executeCommand(), ilMMSubItemGUI\move(), ilMMTopItemGUI\move(), ilMMSubItemGUI\update(), and ilMMTopItemGUI\update().
|
protected |
Definition at line 53 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 47 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 37 of file class.ilMMAbstractItemGUI.php.
ilLanguage ilMMAbstractItemGUI::$lng |
Definition at line 45 of file class.ilMMAbstractItemGUI.php.
Referenced by ilMMSubItemGUI\add(), ilMMTopItemGUI\add(), ilMMSubItemGUI\create(), ilMMTopItemGUI\create(), ilMMSubItemGUI\edit(), ilMMTopItemGUI\edit(), ilMMSubItemGUI\update(), and ilMMTopItemGUI\update().
|
protected |
Definition at line 39 of file class.ilMMAbstractItemGUI.php.
Referenced by ilMMSubItemGUI\add(), ilMMTopItemGUI\add(), ilMMSubItemGUI\create(), ilMMTopItemGUI\create(), ilMMSubItemGUI\edit(), ilMMTopItemGUI\edit(), ilMMSubItemGUI\update(), and ilMMTopItemGUI\update().
|
protected |
Definition at line 43 of file class.ilMMAbstractItemGUI.php.
|
protected |
Definition at line 41 of file class.ilMMAbstractItemGUI.php.
ilGlobalTemplateInterface ilMMAbstractItemGUI::$tpl |
Definition at line 49 of file class.ilMMAbstractItemGUI.php.
ilTree ilMMAbstractItemGUI::$tree |
Definition at line 51 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.
const ilMMAbstractItemGUI::IDENTIFIER = 'identifier' |
Definition at line 32 of file class.ilMMAbstractItemGUI.php.
Referenced by ilMMSubitemFormGUI\__construct(), ilMMTopItemFormGUI\__construct(), ilMMTopItemTableGUI\fillRow(), and ilMMSubItemTableGUI\initColumns().