GetParameterValuesResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getParameters()
: array<string|int, mixed>
-
getPermission()
: int|string
-
hasTemplatesOnStartup()
: bool
-
setParameters()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getParameters()
public
getParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPermission()
public
getPermission() : int|string
hasTemplatesOnStartup()
public
hasTemplatesOnStartup() : bool
setParameters()
public
setParameters(array<string|int, mixed> $parameters) : static
Parameters
-
$parameters
: array<string|int, mixed>
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-