Contacts
    
            
            in package
            
        
    
            
            implements
                            Iterator                    
    
    
        
            Backup iterator for contacts.
Tags
Interfaces, Classes, Traits and Enums
- Iterator
Table of Contents
- $_blobs : array<string|int, mixed>
- The blob attributes.
- $_driver : Turba_Driver
- The driver instance.
- $_list : Iterator
- The contacts iterator.
- __construct() : mixed
- Constructor.
- current() : mixed
- key() : mixed
- next() : void
- rewind() : void
- valid() : bool
Properties
$_blobs
The blob attributes.
    protected
        array<string|int, mixed>
    $_blobs
    
    
    
    
$_driver
The driver instance.
    protected
        Turba_Driver
    $_driver
    
    
    
    
$_list
The contacts iterator.
    protected
        Iterator
    $_list
    
    
    
    
Methods
__construct()
Constructor.
    public
                    __construct(Turba_Driver $driver) : mixed
    
        Parameters
- $driver : Turba_Driver
- 
                    A driver instance. 
Return values
mixed —current()
    public
                    current() : mixed
    
    
    
        Return values
mixed —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