ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Apps.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\components\WOPI\Discovery
;
22
26
class
Apps
27
{
31
public
function
__construct
(
private
array $apps)
32
{
33
}
34
38
public
function
getApps
(): array
39
{
40
return
$this->apps;
41
}
42
}
ILIAS\components\WOPI\Discovery\Apps\getApps
getApps()
Definition:
Apps.php:38
ILIAS\components\WOPI\Discovery\Apps
Definition:
Apps.php:26
ILIAS\components\WOPI\Discovery
Definition:
Action.php:21
ILIAS\components\WOPI\Discovery\Apps\__construct
__construct(private array $apps)
Definition:
Apps.php:31
components
ILIAS
WOPI
classes
Discovery
Apps.php
Generated on Wed Sep 3 2025 23:04:29 for ILIAS by
1.8.13 (using
Doxyfile
)