GetIBlockDefaultFieldsResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getDefaultFields()
: array<string|int, mixed>
-
getPermission()
: int|string
-
setDefaultFields()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getDefaultFields()
public
getDefaultFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPermission()
public
getPermission() : int|string
setDefaultFields()
public
setDefaultFields(array<string|int, mixed> $fields) : static
Parameters
-
$fields
: array<string|int, mixed>
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-