Class rcube_result_set

Description

Implements interfaces:

  • Iterator (internal interface)

Roundcube result set class

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

Located in /lib/Roundcube/rcube_result_set.php (line 28)


	
			
Variable Summary
 mixed $count
 mixed $first
 mixed $records
 mixed $searchonly
Method Summary
 rcube_result_set __construct ([ $c = 0], [ $f = 0])
 void add ( $rec)
 void current ()
 void first ()
 void iterate ()
 void key ()
 void next ()
 void rewind ()
 void seek ( $i)
 void valid ()
Variables
mixed $count = 0 (line 30)
  • access: public
mixed $first = 0 (line 31)
  • access: public
mixed $records = array() (line 33)
  • access: public
mixed $searchonly = false (line 32)
  • access: public
Methods
Constructor __construct (line 37)
rcube_result_set __construct ([ $c = 0], [ $f = 0])
  • $c
  • $f
add (line 43)
void add ( $rec)
  • $rec
current (line 71)
void current ()

Implementation of:
Iterator::current
first (line 53)
void first ()
iterate (line 48)
void iterate ()
key (line 76)
void key ()

Implementation of:
Iterator::key
next (line 81)
void next ()

Implementation of:
Iterator::next
rewind (line 66)

* PHP 5 Iterator interface **

void rewind ()

Implementation of:
Iterator::rewind
seek (line 59)
void seek ( $i)
  • $i
valid (line 86)
void valid ()

Implementation of:
Iterator::valid

Documentation generated on Fri, 03 May 2013 12:45:05 +0200 by phpDocumentor 1.4.4