|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\WOPI\Discovery\App:Public Member Functions | |
| __construct (private int $id, private string $name, private array $actions, private ?URI $favicon=null,) | |
| getId () | |
| getName () | |
| getFavicon () | |
| getActions () | |
| ILIAS\WOPI\Discovery\App::__construct | ( | private int | $id, |
| private string | $name, | ||
| private array | $actions, | ||
| private ?URI | $favicon = null |
||
| ) |
| ILIAS\WOPI\Discovery\App::getActions | ( | ) |
Definition at line 59 of file App.php.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\App::getFavicon | ( | ) |
Definition at line 51 of file App.php.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\App::getId | ( | ) |
Definition at line 41 of file App.php.
References $id.
Referenced by ILIAS\WOPI\Discovery\ActionDBRepository\getActionsForApp(), ILIAS\WOPI\Discovery\ActionDBRepository\store(), and ILIAS\WOPI\Discovery\AppDBRepository\store().
Here is the caller graph for this function:| ILIAS\WOPI\Discovery\App::getName | ( | ) |
Definition at line 46 of file App.php.
Referenced by ILIAS\WOPI\Discovery\AppDBRepository\store().
Here is the caller graph for this function: