responseDataview
in package
implements
JsonSerializable
Uses
jsonSerializeReturnObject
HTTP response result object for dataviews
Tags
Interfaces, Classes, Traits and Enums
- JsonSerializable
Table of Contents
- $dataViewName : string
- Dataview name
- $dataViewVars : array<string|int, mixed>
- Dataview vars
- $message : message|null
- Dataview message
- $pager : null|array<string|int, mixed>|pager
- Dataview pager data
- __construct() : type
- Constructor
Properties
$dataViewName
Dataview name
private
string
$dataViewName
= ''
$dataViewVars
Dataview vars
private
array<string|int, mixed>
$dataViewVars
$message
Dataview message
private
message|null
$message
= null
$pager
Dataview pager data
private
null|array<string|int, mixed>|pager
$pager
= null
Methods
__construct()
Constructor
public
__construct(string $dataViewName, array<string|int, mixed> $dataViewVars[, message|null $message = null ][, pager|null $pager = null ]) : type
Parameters
- $dataViewName : string
- $dataViewVars : array<string|int, mixed>
- $message : message|null = null
- $pager : pager|null = null