ILIAS  release_8 Revision v8.24
Firebase\JWT\ExpiredException Class Reference
+ Inheritance diagram for Firebase\JWT\ExpiredException:
+ Collaboration diagram for Firebase\JWT\ExpiredException:

Public Member Functions

 setPayload (object $payload)
 Get the payload that caused this exception. More...
 
 getPayload ()
 Get the payload that caused this exception. More...
 
 getPayload ()
 Get the payload that caused this exception. More...
 
 setPayload (object $payload)
 Get the payload that caused this exception. More...
 

Private Attributes

object $payload
 

Detailed Description

Definition at line 5 of file ExpiredException.php.

Member Function Documentation

◆ getPayload()

Firebase\JWT\ExpiredException::getPayload ( )

Get the payload that caused this exception.

Returns
object

Implements Firebase\JWT\JWTExceptionWithPayloadInterface.

Definition at line 14 of file ExpiredException.php.

14 : object
15 {
16 return $this->payload;
17 }

References Firebase\JWT\ExpiredException\$payload.

◆ setPayload()

Firebase\JWT\ExpiredException::setPayload ( object  $payload)

Get the payload that caused this exception.

Parameters
object$payload
Returns
void

Implements Firebase\JWT\JWTExceptionWithPayloadInterface.

Definition at line 9 of file ExpiredException.php.

9 : void
10 {
11 $this->payload = $payload;
12 }

References Firebase\JWT\ExpiredException\$payload.

Field Documentation

◆ $payload

object Firebase\JWT\ExpiredException::$payload
private

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