rcube_result_set

Implements \Iterator, \ArrayAccess

Roundcube result set class

Representing an address directory result set. Implenets Iterator and thus be used in foreach() loops.

package

Framework

subpackage

Addressbook

Methods

__construct

__construct($c, $f) 

Arguments

$c

$f

add

add($rec) 

Arguments

$rec

iterate

iterate() 

first

first() 

seek

seek($i) 

Arguments

$i

offsetSet

offsetSet($offset, $value) 

Arguments

$offset

$value

offsetExists

offsetExists($offset) 

Arguments

$offset

offsetUnset

offsetUnset($offset) 

Arguments

$offset

offsetGet

offsetGet($offset) 

Arguments

$offset

rewind

rewind() 

current

current() 

key

key() 

next

next() 

valid

valid() 

Properties

count

count : 

first

first : 

searchonly

searchonly : 

records

records : 

current

current :