Documentation

responseDataview
in package
implements JsonSerializable Uses jsonSerializeReturnObject

HTTP response result object for dataviews

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
4.4

Interfaces, Classes, Traits and Enums

JsonSerializable

Table of Contents

$dataViewName  : string
Dataview name
$dataViewVars  : mixed
Dataview vars
$message  : message
Dataview message
$pager  : pager
Dataview pager
__construct()  : mixed
Constructor

Properties

Methods

__construct()

Constructor

public __construct(string $dataViewName, array<string|int, mixed> $dataViewVars[, message $message = null ][, mixed $pager = null ]) : mixed
Parameters
$dataViewName : string
$dataViewVars : array<string|int, mixed>
$message : message = null
$pager : mixed = null
Return values
mixed

Search results