ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
Apps.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Services\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\Services\WOPI\Discovery
Definition:
Action.php:21
ILIAS\Services\WOPI\Discovery\Apps\getApps
getApps()
Definition:
Apps.php:38
ILIAS\Services\WOPI\Discovery\Apps\__construct
__construct(private array $apps)
Definition:
Apps.php:31
ILIAS\Services\WOPI\Discovery\Apps
Definition:
Apps.php:26
Services
WOPI
classes
Discovery
Apps.php
Generated on Wed Sep 10 2025 14:12:03 for ILIAS by
1.8.13 (using
Doxyfile
)