ResponseStatusDto extends Dto
Table of Contents
Properties
Methods
- __construct() : mixed
- getMetaFields() : array<string|int, mixed>
- toArray() : array<string|int, mixed>|bool|float|int|string
Properties
$response
public
string
$response
$time
public
string
$time
"0001-01-01T00:00:00Z"
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []
getMetaFields()
public
getMetaFields() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray([bool $filterEmptyValue = false ]) : array<string|int, mixed>|bool|float|int|string
Parameters
- $filterEmptyValue : bool = false