Table of Contents
-
__construct()
: mixed
-
current()
: ObjectDatabaseResultItem|null
-
getAggregationResultForName()
: _ObjectDatabaseGenericResult|ObjectDatabaseTermsAggregationResult|null
-
getErrors()
: array<string|int, mixed>
-
getErrorsAsString()
: string
-
getItems()
: array<string|int, mixed>
-
getPageCount()
: int
-
getResult()
: mixed
-
getTotalCount()
: int
-
hasAggregations()
: bool
-
hasErrors()
: bool
-
isEmpty()
: bool
-
key()
: mixed
-
next()
: void
-
rewind()
: void
-
valid()
: bool
__construct()
public
__construct(array<string|int, mixed> $aResult[, Exception|null $oException = null ][, ObjectDatabaseSearch $oSearch = null ]) : mixed
Parameters
-
$aResult
: array<string|int, mixed>
-
-
$oException
: Exception|null
= null
-
-
$oSearch
: ObjectDatabaseSearch
= null
-
Return values
mixed
—
current()
public
current() : ObjectDatabaseResultItem|null
-
inheritDoc
-
Return values
ObjectDatabaseResultItem|null
—
getAggregationResultForName()
public
getAggregationResultForName(mixed $sName) : _ObjectDatabaseGenericResult|ObjectDatabaseTermsAggregationResult|null
Parameters
-
$sName
: mixed
-
-
throws
-
ObjectDatabaseException
Return values
_ObjectDatabaseGenericResult|ObjectDatabaseTermsAggregationResult|null
—
getErrors()
public
getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getErrorsAsString()
public
getErrorsAsString() : string
Return values
string
—
getItems()
public
getItems(mixed $iPageNumber) : array<string|int, mixed>
Parameters
-
$iPageNumber
: mixed
-
Return values
array<string|int, mixed>
—
getPageCount()
public
getPageCount() : int
Return values
int
—
getResult()
public
getResult() : mixed
Return values
mixed
—
getTotalCount()
public
getTotalCount() : int
Return values
int
—
hasAggregations()
public
hasAggregations() : bool
Return values
bool
—
hasErrors()
public
hasErrors() : bool
Return values
bool
—
isEmpty()
public
isEmpty() : bool
Return values
bool
—
key()
public
key() : mixed
Return values
mixed
—
next()
public
next() : void
-
inheritDoc
-
Return values
void
—
rewind()
public
rewind() : void
-
inheritDoc
-
Return values
void
—
valid()
public
valid() : bool
Return values
bool
—