|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ShortlinkAdministrationGUI:
Collaboration diagram for ShortlinkAdministrationGUI:Public Member Functions | |
| __construct (Pons $pons) | |
| executeCommand () | |
| getTokensToKeep () | |
Public Member Functions inherited from ILIAS\GlobalScreen\GUI\AbstractPonsGUI | |
| __construct (protected Pons $pons) | |
| __construct (Pons $pons) | |
| executeCommand () | |
| getTokensToKeep () | |
Data Fields | |
| const string | CMD_FORM = 'form' |
| const string | CMD_SAVE = 'save' |
| const string | CMD_CONFIRM_DELETE = 'confirmDelete' |
| const string | CMD_DELETE = 'delete' |
| const string | CMD_CONFIRM_TOGGLE = 'confirmToggle' |
| const string | CMD_TOGGLE = 'toggle' |
| const string | CMD_SAVE_ORDERING = 'saveOrdering' |
Data Fields inherited from ILIAS\GlobalScreen\GUI\PonsGUI | |
| const | CMD_DEFAULT = 'index' |
Private Member Functions | |
| getForm () | |
| save () | |
| form () | |
| index () | |
| confirm (string $target_command, string $title, string $message, string $button_title,) | |
| confirmDelete () | |
| delete () | |
| confirmToggle () | |
| toggle () | |
| saveOrdering () | |
| getAllIds () | |
Private Attributes | |
| ilToolbarGUI | $toolbar |
| Factory | $ui_factory |
| Repository | $repository |
| TokenContainer | $token |
| TargetLinkResolver | $link_resolver |
| Configuration | $configuration |
@ilCtrl_IsCalledBy ShortlinkAdministrationGUI: ilObjStaticUrlServiceGUI
Definition at line 43 of file ShortlinkAdministrationGUI.php.
| ShortlinkAdministrationGUI::__construct | ( | Pons | $pons | ) |
Implements ILIAS\GlobalScreen\GUI\PonsGUI.
Definition at line 61 of file ShortlinkAdministrationGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\GlobalScreen\GUI\Pons\out(), ILIAS\UI\examples\Deck\repository(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
private |
Definition at line 211 of file ShortlinkAdministrationGUI.php.
|
private |
Definition at line 246 of file ShortlinkAdministrationGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 273 of file ShortlinkAdministrationGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 257 of file ShortlinkAdministrationGUI.php.
References $id, and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ShortlinkAdministrationGUI::executeCommand | ( | ) |
Implements ILIAS\GlobalScreen\GUI\PonsGUI.
Definition at line 102 of file ShortlinkAdministrationGUI.php.
References confirmDelete(), confirmToggle(), form(), index(), save(), saveOrdering(), ilObjStaticUrlServiceGUI\TAB_INDEX, and toggle().
Here is the call graph for this function:
|
private |
Definition at line 157 of file ShortlinkAdministrationGUI.php.
References getForm().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 315 of file ShortlinkAdministrationGUI.php.
References ILIAS\StaticURL\Shortlinks\Shortlink\Shortlink\getId(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
private |
Definition at line 82 of file ShortlinkAdministrationGUI.php.
References ILIAS\UI\examples\Deck\repository().
Referenced by form(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:| ShortlinkAdministrationGUI::getTokensToKeep | ( | ) |
Implements ILIAS\GlobalScreen\GUI\PonsGUI.
Definition at line 124 of file ShortlinkAdministrationGUI.php.
|
private |
Definition at line 173 of file ShortlinkAdministrationGUI.php.
References ILIAS\UI\examples\Deck\repository(), and ILIAS\Repository\toolbar().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 130 of file ShortlinkAdministrationGUI.php.
References getForm().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 304 of file ShortlinkAdministrationGUI.php.
References 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 284 of file ShortlinkAdministrationGUI.php.
References $id, 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 59 of file ShortlinkAdministrationGUI.php.
|
private |
Definition at line 58 of file ShortlinkAdministrationGUI.php.
|
private |
Definition at line 56 of file ShortlinkAdministrationGUI.php.
|
private |
Definition at line 57 of file ShortlinkAdministrationGUI.php.
|
private |
Definition at line 54 of file ShortlinkAdministrationGUI.php.
|
private |
Definition at line 55 of file ShortlinkAdministrationGUI.php.
| const string ShortlinkAdministrationGUI::CMD_CONFIRM_DELETE = 'confirmDelete' |
Definition at line 49 of file ShortlinkAdministrationGUI.php.
Referenced by ILIAS\StaticURL\Shortlinks\UI\Table\get().
| const string ShortlinkAdministrationGUI::CMD_CONFIRM_TOGGLE = 'confirmToggle' |
Definition at line 51 of file ShortlinkAdministrationGUI.php.
Referenced by ILIAS\StaticURL\Shortlinks\UI\Table\get().
| const string ShortlinkAdministrationGUI::CMD_DELETE = 'delete' |
Definition at line 50 of file ShortlinkAdministrationGUI.php.
| const string ShortlinkAdministrationGUI::CMD_FORM = 'form' |
Definition at line 47 of file ShortlinkAdministrationGUI.php.
Referenced by ILIAS\StaticURL\Shortlinks\UI\Table\get().
| const string ShortlinkAdministrationGUI::CMD_SAVE = 'save' |
Definition at line 48 of file ShortlinkAdministrationGUI.php.
| const string ShortlinkAdministrationGUI::CMD_SAVE_ORDERING = 'saveOrdering' |
Definition at line 53 of file ShortlinkAdministrationGUI.php.
| const string ShortlinkAdministrationGUI::CMD_TOGGLE = 'toggle' |
Definition at line 52 of file ShortlinkAdministrationGUI.php.