Table of Contents
-
__construct()
: mixed
-
current()
: ObjectDatabaseResultItem|null
-
getErrors()
: array<string|int, mixed>
-
getErrorsAsString()
: string
-
getItems()
: array<string|int, mixed>
-
getResult()
: mixed
-
hasErrors()
: bool
-
isEmpty()
: bool
-
key()
: mixed
-
next()
: void
-
rewind()
: void
-
valid()
: bool
__construct()
public
__construct(array<string|int, mixed> $aResult[, Exception|null $oException = null ]) : mixed
Parameters
-
$aResult
: array<string|int, mixed>
-
-
$oException
: Exception|null
= null
-
Return values
mixed
—
current()
public
current() : ObjectDatabaseResultItem|null
-
inheritDoc
-
Return values
ObjectDatabaseResultItem|null
—
getErrors()
public
getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getErrorsAsString()
public
getErrorsAsString() : string
Return values
string
—
getItems()
public
getItems() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getResult()
public
getResult() : mixed
Return values
mixed
—
hasErrors()
public
hasErrors() : bool
Return values
bool
—
isEmpty()
public
isEmpty() : bool
Return values
bool
—
key()
public
key() : mixed
-
inheritDoc
-
Return values
mixed
—
next()
public
next() : void
-
inheritDoc
-
Return values
void
—
rewind()
public
rewind() : void
-
inheritDoc
-
Return values
void
—
valid()
public
valid() : bool
-
inheritDoc
-
Return values
bool
—