Documentation

EmptyResultSet
in package
implements IResultSet, Countable

EmptyResultSet contains only the id field.

Used for LazyLoading.

Tags
see
Query

Table of Contents

Interfaces

IResultSet
Countable

Methods

__construct()  : mixed
__get()  : mixed
Returns a column of the actual row
__isset()  : mixed
count()  : int
Returns one
current()  : array<string|int, mixed>
extractNode()  : IResultSet
getNamespace()  : mixed
hasColumns()  : bool
key()  : mixed
next()  : void
popNode()  : ResultSet
Pops a node off of the join path stack.
resetNodes()  : ResultSet
Resets the join path stack.
rewind()  : void
selectNode()  : ResultSet
Adds a node on top of the join path stack.
valid()  : bool

Methods

__construct()

public __construct(mixed $id) : mixed
Parameters
$id : mixed

__get()

Returns a column of the actual row

public __get(mixed $name) : mixed
Parameters
$name : mixed

__isset()

public __isset(mixed $name) : mixed
Parameters
$name : mixed

current()

public current() : array<string|int, mixed>
Return values
array<string|int, mixed>

extractNode()

public extractNode(string $join[, string|null $idColumn = null ]) : IResultSet
Parameters
$join : string
$idColumn : string|null = null
Return values
IResultSet

        
On this page

Search results