Table of Contents
Methods
-
fillFromResponse()
: $this
-
getAll()
: mixed
-
getFields()
: array<string|int, mixed>
-
getPermission()
: int|string
-
getProps()
: array<string|int, mixed>
-
setAll()
: static
-
setFields()
: static
-
setPermission()
: $this
-
setProps()
: static
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getAll()
public
getAll() : mixed
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPermission()
public
getPermission() : int|string
getProps()
public
getProps() : array<string|int, mixed>
Return values
array<string|int, mixed>
setAll()
public
setAll(array<string|int, mixed> $all) : static
Parameters
-
$all
: array<string|int, mixed>
-
setFields()
public
setFields(array<string|int, mixed> $fields) : static
Parameters
-
$fields
: array<string|int, mixed>
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-
setProps()
public
setProps(array<string|int, mixed> $props) : static
Parameters
-
$props
: array<string|int, mixed>
-