responseDataPkgMgr
in
implements
JsonSerializable
Uses
jsonSerializeReturnObject
HTTP response result object for package manager requests
Table of Contents
$code | Dataview vars | string |
---|---|---|
$pkgdata | Dataview name | array |
$message | Dataview message | message |
__construct() | Constructor | mixed |
Properties
$code
Dataview vars
private
string
$code
$pkgdata
Dataview name
private
array
$pkgdata
$message
Dataview message
private
message
$message
Methods
__construct()
Constructor
public
__construct(
$code :
int|bool|string
[, $pkgdata :
array
= [] ]
[, $message :
message|null
= null ]
)
: mixed
Parameters
- $code : int|bool|string
- $pkgdata : array = []
- $message : message|null = null