ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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...
 

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.

References Firebase\JWT\ExpiredException\$payload.

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

◆ 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.

References Firebase\JWT\ExpiredException\$payload.

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

Field Documentation

◆ $payload

object Firebase\JWT\ExpiredException::$payload
private

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