ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PushNotificationConfig Class Reference
+ Inheritance diagram for PushNotificationConfig:
+ Collaboration diagram for PushNotificationConfig:

Public Member Functions

 __construct (protected string $private_key_path)
 
 getPrivateKeyPath ()
 

Detailed Description

Definition at line 23 of file PushNotificationConfig.php.

Constructor & Destructor Documentation

◆ __construct()

PushNotificationConfig::__construct ( protected string  $private_key_path)

Definition at line 25 of file PushNotificationConfig.php.

27 {
28 }

Member Function Documentation

◆ getPrivateKeyPath()

PushNotificationConfig::getPrivateKeyPath ( )

Definition at line 30 of file PushNotificationConfig.php.

30 : string
31 {
32 return $this->private_key_path;
33 }

The documentation for this class was generated from the following file: