GetIBlockListResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getIBlocks()
: array<string|int, mixed>
-
getPermission()
: int|string
-
hasIBlocks()
: bool
-
setIBlocks()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getIBlocks()
public
getIBlocks() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPermission()
public
getPermission() : int|string
hasIBlocks()
public
hasIBlocks() : bool
setIBlocks()
public
setIBlocks(array<string|int, mixed> $iBlocks) : static
Parameters
-
$iBlocks
: array<string|int, mixed>
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-