|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 |
Definition at line 5 of file BeforeValidException.php.
| Firebase\JWT\BeforeValidException::getPayload | ( | ) |
Get the payload that caused this exception.
Implements Firebase\JWT\JWTExceptionWithPayloadInterface.
Definition at line 14 of file BeforeValidException.php.
References Firebase\JWT\BeforeValidException\$payload.
| Firebase\JWT\BeforeValidException::setPayload | ( | object | $payload | ) |
Get the payload that caused this exception.
| object | $payload |
Implements Firebase\JWT\JWTExceptionWithPayloadInterface.
Definition at line 9 of file BeforeValidException.php.
References Firebase\JWT\BeforeValidException\$payload.
|
private |
Definition at line 7 of file BeforeValidException.php.
Referenced by Firebase\JWT\BeforeValidException\getPayload(), and Firebase\JWT\BeforeValidException\setPayload().