DomainObjectCollection
implements
Iterator, Countable
Interfaces, Classes, Traits and Enums
- Iterator
- Countable
Table of Contents
-
__construct()
: mixed
-
count()
: int
-
current()
: DomainObject
-
key()
: mixed
-
next()
: void
-
rewind()
: void
-
valid()
: bool
__construct()
public
__construct(IResultSet $rs, Mapper $mapper) : mixed
Parameters
-
$rs
: IResultSet
-
-
$mapper
: Mapper
-
Return values
mixed
—
count()
public
count() : int
Return values
int
—
current()
public
current() : DomainObject
Return values
DomainObject
—
key()
public
key() : mixed
Return values
mixed
—
next()
public
next() : void
Return values
void
—
rewind()
public
rewind() : void
Return values
void
—
valid()
public
valid() : bool
Return values
bool
—