|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilWOPIEmbeddedApplicationGUI:Public Member Functions | |
| __construct (private EmbeddedApplication $application,) | |
| executeCommand () | |
Data Fields | |
| const | CMD_EDIT = 'edit' |
| const | CMD_VIEW = 'view' |
| const | CMD_RETURN = 'return' |
| const | P_RETURN_TO = 'return_to' |
| const | DATA_SIGNER_SALT = 'wopi_return' |
Private Member Functions | |
| view () | |
| edit () | |
| return () | |
| sign (string $back_target) | |
| verify (string $back_target_token) | |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
| @readonly More... | |
| ilTabsGUI | $tabs |
| @readonly More... | |
| Services | $global_screen |
| @readonly More... | |
| Renderer | $renderer |
| @readonly More... | |
| ILIAS UI Renderer | $ui_renderer |
| @readonly More... | |
| ArrayBasedRequestWrapper | $http |
| @readonly More... | |
| Factory | $refinery |
| @readonly More... | |
| ilCtrlInterface | $ctrl |
| @readonly More... | |
| ilLanguage | $lng |
| @readonly More... | |
| DataSigner | $data_signer |
Definition at line 31 of file class.ilWOPIEmbeddedApplicationGUI.php.
| ilWOPIEmbeddedApplicationGUI::__construct | ( | private EmbeddedApplication | $application | ) |
Definition at line 76 of file class.ilWOPIEmbeddedApplicationGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), renderer(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
private |
Definition at line 122 of file class.ilWOPIEmbeddedApplicationGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilWOPIEmbeddedApplicationGUI::executeCommand | ( | ) |
Definition at line 95 of file class.ilWOPIEmbeddedApplicationGUI.php.
References ILIAS\Repository\ctrl(), edit(), sign(), ILIAS\Repository\tabs(), and view().
Here is the call graph for this function:
|
private |
Definition at line 129 of file class.ilWOPIEmbeddedApplicationGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), true, and verify().
Here is the call graph for this function:
|
private |
Definition at line 148 of file class.ilWOPIEmbeddedApplicationGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 153 of file class.ilWOPIEmbeddedApplicationGUI.php.
Referenced by return().
Here is the caller graph for this function:
|
private |
Definition at line 115 of file class.ilWOPIEmbeddedApplicationGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
@readonly
Definition at line 69 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
Definition at line 74 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
@readonly
Definition at line 49 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
@readonly
Definition at line 61 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
@readonly
Definition at line 73 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
@readonly
Definition at line 41 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
@readonly
Definition at line 65 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
@readonly
Definition at line 53 of file class.ilWOPIEmbeddedApplicationGUI.php.
|
private |
@readonly
Definition at line 45 of file class.ilWOPIEmbeddedApplicationGUI.php.
@readonly
Definition at line 57 of file class.ilWOPIEmbeddedApplicationGUI.php.
| const ilWOPIEmbeddedApplicationGUI::CMD_EDIT = 'edit' |
Definition at line 33 of file class.ilWOPIEmbeddedApplicationGUI.php.
Referenced by ilFileVersionsGUI\index(), ilObjFileGUI\infoScreenForward(), and ILIAS\File\Capabilities\Check\EditContent\maybeBuildURI().
| const ilWOPIEmbeddedApplicationGUI::CMD_RETURN = 'return' |
Definition at line 35 of file class.ilWOPIEmbeddedApplicationGUI.php.
| const ilWOPIEmbeddedApplicationGUI::CMD_VIEW = 'view' |
Definition at line 34 of file class.ilWOPIEmbeddedApplicationGUI.php.
Referenced by ILIAS\File\Capabilities\Check\ViewContent\maybeBuildURI().
| const ilWOPIEmbeddedApplicationGUI::DATA_SIGNER_SALT = 'wopi_return' |
Definition at line 37 of file class.ilWOPIEmbeddedApplicationGUI.php.
| const ilWOPIEmbeddedApplicationGUI::P_RETURN_TO = 'return_to' |
Definition at line 36 of file class.ilWOPIEmbeddedApplicationGUI.php.