ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Apps.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\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\WOPI\Discovery\Apps
Definition:
Apps.php:27
ILIAS\WOPI\Discovery\Apps\__construct
__construct(private array $apps)
Definition:
Apps.php:31
ILIAS\WOPI\Discovery\Apps\getApps
getApps()
Definition:
Apps.php:38
ILIAS\WOPI\Discovery
Definition:
Action.php:21
components
ILIAS
WOPI
classes
Discovery
Apps.php
Generated on Sat Oct 18 2025 23:05:02 for ILIAS by
1.9.4 (using
Doxyfile
)