PNRequestResult
Table of Contents
Properties
-
$data
: mixed
-
$error
: mixed
-
$service
: mixed
-
$status
: mixed
Methods
-
__construct()
: mixed
-
getError()
: mixed
-
getMessage()
: mixed
-
getService()
: mixed
-
getStatus()
: mixed
-
isError()
: mixed
$data
protected
mixed
$data
= null
$error
protected
mixed
$error
= null
$service
protected
mixed
$service
$status
protected
mixed
$status
__construct()
public
__construct(mixed $status, mixed $service[, mixed $data = null ][, mixed $error = null ]) : mixed
Parameters
-
$status
: mixed
-
-
$service
: mixed
-
-
$data
: mixed
= null
-
-
$error
: mixed
= null
-
getError()
public
getError() : mixed
getMessage()
public
getMessage() : mixed
getService()
public
getService() : mixed
getStatus()
public
getStatus() : mixed
isError()
public
isError() : mixed