ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Firebase\JWT\BeforeValidException Class Reference
+ Inheritance diagram for Firebase\JWT\BeforeValidException:
+ Collaboration diagram for Firebase\JWT\BeforeValidException:

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 BeforeValidException.php.

Member Function Documentation

◆ getPayload()

Firebase\JWT\BeforeValidException::getPayload ( )

Get the payload that caused this exception.

Returns
object

Implements Firebase\JWT\JWTExceptionWithPayloadInterface.

Definition at line 14 of file BeforeValidException.php.

References Firebase\JWT\BeforeValidException\$payload.

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

◆ setPayload()

Firebase\JWT\BeforeValidException::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 BeforeValidException.php.

References Firebase\JWT\BeforeValidException\$payload.

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

Field Documentation

◆ $payload

object Firebase\JWT\BeforeValidException::$payload
private

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