|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
@ilCtrl_IsCalledBy ilMMTopItemGUI: ilObjMainMenuGUI @ilCtrl_Calls ilMMTopItemGUI: ILIAS\GlobalScreen\GUI\I18n\MultiLanguageGUI More...
Inheritance diagram for ilMMTopItemGUI:
Collaboration diagram for ilMMTopItemGUI:Public Member Functions | |
| __construct (Pons $pons) | |
| executeCommand () | |
| getMutlipleItems () | |
| getCurrentItem () | |
| getTokensToKeep () | |
Public Member Functions inherited from ilMMBaseGUI | |
| __construct (protected Pons $pons) | |
| getCurrentItem () | |
| getMutlipleItems () | |
| getTokensToKeep () | |
| executeCommand () | |
| getCurrentItem () | |
| __construct (Pons $pons) | |
| executeCommand () | |
| getTokensToKeep () | |
Data Fields | |
| const | CMD_RESTORE = 'restore' |
| const | CMD_SELECT_PARENT = 'selectParent' |
| const | CMD_MOVE = 'move' |
Data Fields inherited from ilMMBaseGUI | |
| const | CMD_DEFAULT = 'index' |
| const | CMD_ADD = 'add' |
| const | CMD_CREATE = 'create' |
| const | CMD_EDIT = 'edit' |
| const | CMD_DELETE = 'delete' |
| const | CMD_CONFIRM_DELETE = 'confirmDelete' |
| const | CMD_UPDATE = 'update' |
| const | CMD_ACTIVATE = 'activate' |
| const | CMD_DEACTIVATE = 'deactivate' |
| const | CMD_SAVE_ORDER = 'saveOrder' |
Data Fields inherited from ILIAS\GlobalScreen\GUI\PonsGUI | |
| const | CMD_DEFAULT = 'index' |
Protected Member Functions | |
| buildForm () | |
| form (bool $save=false) | |
| index () | |
Protected Member Functions inherited from ilMMBaseGUI | |
| keepTokens () | |
| delete () | |
| confirmDelete () | |
| activate () | |
| deactivate () | |
| toggle (bool $activation) | |
| saveOrder () | |
Private Member Functions | |
| selectParent () | |
| move () | |
| getMoveForm () | |
| restore () | |
Private Attributes | |
| TokenContainer | $top_token |
Additional Inherited Members | |
Protected Attributes inherited from ilMMBaseGUI | |
| ilMMItemRepository | $repository |
| UIServices | $ui |
| Translator | $lng |
| Access | $access |
| Flow | $flow |
| ilToolbarGUI | $toolbar |
@ilCtrl_IsCalledBy ilMMTopItemGUI: ilObjMainMenuGUI @ilCtrl_Calls ilMMTopItemGUI: ILIAS\GlobalScreen\GUI\I18n\MultiLanguageGUI
Definition at line 33 of file class.ilMMTopItemGUI.php.
| ilMMTopItemGUI::__construct | ( | Pons | $pons | ) |
Implements ILIAS\GlobalScreen\GUI\PonsGUI.
Definition at line 41 of file class.ilMMTopItemGUI.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Definition at line 90 of file class.ilMMTopItemGUI.php.
References ILIAS\UI\examples\Deck\repository().
Referenced by form(), and index().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMTopItemGUI::executeCommand | ( | ) |
Reimplemented from ilMMBaseGUI.
Definition at line 48 of file class.ilMMTopItemGUI.php.
References move(), restore(), and selectParent().
Here is the call graph for this function:
|
protected |
Definition at line 107 of file class.ilMMTopItemGUI.php.
References buildForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMMTopItemGUI::getCurrentItem | ( | ) |
Reimplemented from ilMMBaseGUI.
Definition at line 76 of file class.ilMMTopItemGUI.php.
References ILIAS\UI\examples\Deck\repository().
Referenced by move().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 216 of file class.ilMMTopItemGUI.php.
References Vendor\Package\$f, ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by move().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMTopItemGUI::getMutlipleItems | ( | ) |
Reimplemented from ilMMBaseGUI.
Definition at line 64 of file class.ilMMTopItemGUI.php.
References $data, and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMMTopItemGUI::getTokensToKeep | ( | ) |
Reimplemented from ilMMBaseGUI.
Definition at line 83 of file class.ilMMTopItemGUI.php.
|
protected |
Definition at line 128 of file class.ilMMTopItemGUI.php.
References ILIAS\Repository\access(), buildForm(), ILIAS\Repository\lng(), ILIAS\UI\examples\Deck\repository(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
private |
Definition at line 196 of file class.ilMMTopItemGUI.php.
References $data, Vendor\Package\$f, getCurrentItem(), getMoveForm(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 237 of file class.ilMMTopItemGUI.php.
References ActiveRecord\flushDB(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 184 of file class.ilMMTopItemGUI.php.
References ilMMBaseGUI\keepTokens(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 39 of file class.ilMMTopItemGUI.php.
| const ilMMTopItemGUI::CMD_MOVE = 'move' |
Definition at line 37 of file class.ilMMTopItemGUI.php.
| const ilMMTopItemGUI::CMD_RESTORE = 'restore' |
Definition at line 35 of file class.ilMMTopItemGUI.php.
| const ilMMTopItemGUI::CMD_SELECT_PARENT = 'selectParent' |
Definition at line 36 of file class.ilMMTopItemGUI.php.
Referenced by ilMMTopItemTableComponent\get().