Table of Contents
Properties
-
$entity
: mixed
-
$items
: mixed
Methods
-
__construct()
: mixed
-
all()
: Entity|array<string|int, mixed>|null
-
first()
: Entity|array<string|int, mixed>|null
-
isEmpty()
: bool
$entity
private
mixed
$entity
= null
$items
private
mixed
$items
= []
__construct()
public
__construct(mixed $entity[, array<string|int, mixed> $items = [] ]) : mixed
Parameters
-
$entity
: mixed
-
-
$items
: array<string|int, mixed>
= []
-
all()
public
all([mixed $array_mode = false ]) : Entity|array<string|int, mixed>|null
Parameters
-
$array_mode
: mixed
= false
-
Return values
Entity|array<string|int, mixed>|null
first()
public
first([mixed $array_mode = false ]) : Entity|array<string|int, mixed>|null
Parameters
-
$array_mode
: mixed
= false
-
Return values
Entity|array<string|int, mixed>|null
isEmpty()
public
isEmpty() : bool