Documentation

Contacts
in package
implements Iterator

Backup iterator for contacts.

Tags
author

Jan Schneider jan@horde.org

copyright

2017 Horde LLC

license

http://www.horde.org/licenses/apache ASL

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

$_list

The contacts iterator.

protected Iterator $_list

Methods

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
Return values
bool

Search results