implements |
JsonSerializable |
|---|
Stores the state of a request.
Request states are typically serialised through SimpleID\Util\SecurityToken
and then passed in a URL, to be consumed by the IndexModule::continue()
function.
| Methods | ||
|---|---|---|
public
|
__construct(array<string, mixed> $payload = [])
|
# |
public
|
getMethod(): string
|
# |
public
|
setMethod(string $method): self
|
# |
public
|
getRoute(): string
|
# |
public
|
setRoute(string $route): self
|
# |
public
|
getParams(): array<string, mixed>
|
# |
public
|
setParams(array<string, mixed> $params): self
|
# |
public
|
toF3RoutePattern(): string
|
# |
public
|
jsonSerialize(): mixed
|
# |