ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Notifications\Model\Push\PushSubscription Class Reference
+ Collaboration diagram for ILIAS\Notifications\Model\Push\PushSubscription:

Public Member Functions

 __construct (protected string $endpoint, protected string $auth, protected string $p256dh,)
 
 getEndpoint ()
 
 getAuth ()
 
 getP256dh ()
 

Detailed Description

Definition at line 23 of file PushSubscription.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notifications\Model\Push\PushSubscription::__construct ( protected string  $endpoint,
protected string  $auth,
protected string  $p256dh 
)

Definition at line 25 of file PushSubscription.php.

29 {
30 }

Member Function Documentation

◆ getAuth()

ILIAS\Notifications\Model\Push\PushSubscription::getAuth ( )

Definition at line 37 of file PushSubscription.php.

37 : string
38 {
39 return $this->auth;
40 }

Referenced by ILIAS\Notifications\Repository\PushRepository\addSubscription().

+ Here is the caller graph for this function:

◆ getEndpoint()

ILIAS\Notifications\Model\Push\PushSubscription::getEndpoint ( )

Definition at line 32 of file PushSubscription.php.

32 : string
33 {
34 return $this->endpoint;
35 }

Referenced by ILIAS\Notifications\Repository\PushRepository\addSubscription().

+ Here is the caller graph for this function:

◆ getP256dh()

ILIAS\Notifications\Model\Push\PushSubscription::getP256dh ( )

Definition at line 42 of file PushSubscription.php.

42 : string
43 {
44 return $this->p256dh;
45 }

Referenced by ILIAS\Notifications\Repository\PushRepository\addSubscription().

+ Here is the caller graph for this function:

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