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

current

current() 

first

first() 

iterate

iterate() 

key

key() 

next

next() 

offsetExists

offsetExists( $offset) 

Arguments

$offset

offsetGet

offsetGet( $offset) 

Arguments

$offset

offsetSet

offsetSet( $offset,  $value) 

Arguments

$offset

$value

offsetUnset

offsetUnset( $offset) 

Arguments

$offset

rewind

rewind() 

seek

seek( $i) 

Arguments

$i

valid

valid() 

Properties

count

count : 

Type(s)

first

first : 

Type(s)

searchonly

searchonly : 

Type(s)

records

records : 

Type(s)

current

current : 

Type(s)