Table of Contents
Properties
-
$error
: bool
-
$records
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getRecords()
: array<string|int, mixed>
-
withError()
: bool
$error
private
bool
$error
= false
$records
private
array<string|int, mixed>
$records
= []
__construct()
public
__construct(array<string|int, mixed> $records[, bool $error = false ]) : mixed
Parameters
-
$records
: array<string|int, mixed>
-
-
$error
: bool
= false
-
getRecords()
public
getRecords() : array<string|int, mixed>
Return values
array<string|int, mixed>
withError()
public
withError() : bool