ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (private int $id, private string $name, private string $extension, private URI $launcher_url, private ?string $url_appendix=null, private ?string $target_ext=null) | |
withId (int $id) | |
getId () | |
getName () | |
getExtension () | |
getLauncherUrl () | |
getUrlAppendix () | |
getTargetExtension () | |
Definition at line 28 of file Action.php.
ILIAS\components\WOPI\Discovery\Action::__construct | ( | private int | $id, |
private string | $name, | ||
private string | $extension, | ||
private URI | $launcher_url, | ||
private ?string | $url_appendix = null , |
||
private ?string | $target_ext = null |
||
) |
Definition at line 30 of file Action.php.
ILIAS\components\WOPI\Discovery\Action::getExtension | ( | ) |
Definition at line 56 of file Action.php.
Referenced by ilWOPIAdministrationGUI\show(), and ILIAS\components\WOPI\Discovery\ActionDBRepository\store().
ILIAS\components\WOPI\Discovery\Action::getId | ( | ) |
Definition at line 46 of file Action.php.
References $id.
Referenced by ILIAS\components\WOPI\Discovery\ActionDBRepository\clearSuperfluous(), and ILIAS\components\WOPI\Discovery\ActionDBRepository\store().
ILIAS\components\WOPI\Discovery\Action::getLauncherUrl | ( | ) |
Definition at line 61 of file Action.php.
Referenced by ilWOPIAdministrationGUI\show(), and ILIAS\components\WOPI\Discovery\ActionDBRepository\store().
ILIAS\components\WOPI\Discovery\Action::getName | ( | ) |
Definition at line 51 of file Action.php.
Referenced by ilWOPIAdministrationGUI\show(), and ILIAS\components\WOPI\Discovery\ActionDBRepository\store().
ILIAS\components\WOPI\Discovery\Action::getTargetExtension | ( | ) |
Definition at line 71 of file Action.php.
Referenced by ILIAS\components\WOPI\Discovery\ActionDBRepository\store().
ILIAS\components\WOPI\Discovery\Action::getUrlAppendix | ( | ) |
Definition at line 66 of file Action.php.
Referenced by ILIAS\components\WOPI\Discovery\ActionDBRepository\store().
ILIAS\components\WOPI\Discovery\Action::withId | ( | int | $id | ) |
Definition at line 40 of file Action.php.
References $id.
Referenced by ILIAS\components\WOPI\Discovery\ActionDBRepository\store().