|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\WOPI\Discovery\Action: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\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\WOPI\Discovery\Action::getExtension | ( | ) |
Definition at line 56 of file Action.php.
Referenced by ilWOPIAdministrationGUI\show(), and ILIAS\WOPI\Discovery\ActionDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\Action::getId | ( | ) |
Definition at line 46 of file Action.php.
References $id.
Referenced by ILIAS\WOPI\Discovery\ActionDBRepository\clearSuperfluous(), and ILIAS\WOPI\Discovery\ActionDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\Action::getLauncherUrl | ( | ) |
Definition at line 61 of file Action.php.
Referenced by ilWOPIAdministrationGUI\show(), and ILIAS\WOPI\Discovery\ActionDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\Action::getName | ( | ) |
Definition at line 51 of file Action.php.
Referenced by ilWOPIAdministrationGUI\show(), and ILIAS\WOPI\Discovery\ActionDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\Action::getTargetExtension | ( | ) |
Definition at line 71 of file Action.php.
Referenced by ILIAS\WOPI\Discovery\ActionDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\Action::getUrlAppendix | ( | ) |
Definition at line 66 of file Action.php.
Referenced by ILIAS\WOPI\Discovery\ActionDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\Action::withId | ( | int | $id | ) |
Definition at line 40 of file Action.php.
References $id.
Referenced by ILIAS\WOPI\Discovery\ActionDBRepository\store().
Here is the caller graph for this function: