GetListResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getElements()
: array<string|int, mixed>|null
-
getPermission()
: int|string
-
setElements()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getElements()
public
getElements() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getPermission()
public
getPermission() : int|string
setElements()
public
setElements(array<string|int, mixed> $elements) : static
Parameters
-
$elements
: array<string|int, mixed>
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-