Table of Contents
-
$default
: ObjectId|null
-
$fields
: array<string|int, mixed>
-
__construct()
: mixed
-
toArray()
: array<string|int, mixed>
$default
read-only
public
ObjectId|null
$default
= null
$fields
public
array<string|int, mixed>
$fields
__construct()
public
__construct([ObjectId|null $default = null ][, array<string|int, mixed> $fields = [] ]) : mixed
Parameters
-
$default
: ObjectId|null
= null
-
-
$fields
: array<string|int, mixed>
= []
-
Return values
mixed
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—