Documentation

responseData
in package
implements JsonSerializable Uses jsonSerializeReturnObject

HTTP response result object

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

$code  : mixed
Response code
$data  : mixed
Response data
__construct()  : mixed
Object constructor

Properties

Methods

__construct()

Object constructor

public __construct(mixed $code[, mixed $data = null ]) : mixed
Parameters
$code : mixed
$data : mixed = null
Return values
mixed

Search results