GetElementDetailInfoResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getInfo()
: array<string|int, mixed>
-
getPermission()
: int|string
-
hasInfo()
: bool
-
setInfo()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getInfo()
public
getInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPermission()
public
getPermission() : int|string
hasInfo()
public
hasInfo() : bool
setInfo()
public
setInfo(array<string|int, mixed> $info) : static
Parameters
-
$info
: array<string|int, mixed>
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-