ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
PushNotificationConfig.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
ILIAS\Setup\Config
;
22
23
readonly
class
PushNotificationConfig
implements
Config
24
{
25
public
function
__construct
(
26
protected
string
$private_key_path
27
) {
28
}
29
30
public
function
getPrivateKeyPath
(): string
31
{
32
return
$this->private_key_path;
33
}
34
}
PushNotificationConfig
Definition:
PushNotificationConfig.php:24
PushNotificationConfig\__construct
__construct(protected string $private_key_path)
Definition:
PushNotificationConfig.php:25
PushNotificationConfig\getPrivateKeyPath
getPrivateKeyPath()
Definition:
PushNotificationConfig.php:30
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:27
components
ILIAS
Notifications
classes
Setup
PushNotificationConfig.php
Generated on Sat Oct 18 2025 23:03:31 for ILIAS by
1.9.4 (using
Doxyfile
)