ILIAS  release_8 Revision v8.24
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...
 
 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 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.

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

References Firebase\JWT\BeforeValidException\$payload.

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

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

References Firebase\JWT\BeforeValidException\$payload.

Field Documentation

◆ $payload

object Firebase\JWT\BeforeValidException::$payload
private

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