DomainObjectCollection
in package
implements
Iterator, Countable
Table of Contents
Interfaces
- Iterator
- Countable
Methods
- __construct() : mixed
- count() : int
- current() : DomainObject
- key() : mixed
- next() : void
- rewind() : void
- valid() : bool
Methods
__construct()
public
__construct(IResultSet $rs, Mapper $mapper) : mixed
Parameters
- $rs : IResultSet
- $mapper : Mapper
count()
public
count() : int
Return values
intcurrent()
public
current() : DomainObject
Return values
DomainObjectkey()
public
key() : mixed
next()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool