Contentserv PHP API

_ObjectDatabaseGenericResult
in package
implements Iterator

Tags

Interfaces, Classes and Traits

Iterator

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

Methods

__construct()

public __construct(array<string|int, mixed> $aResult[, Exception|null $oException = null ]) : mixed
Parameters
$aResult : array<string|int, mixed>
$oException : Exception|null = null
Tags
Return values
mixed

        

Search results