Documentation

Notes
in package
implements Iterator

Backup iterator for notes.

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

$_driver  : Mnemo_Driver
The driver instance.
$_iterator  : ArrayIterator
Iterator over the driver instance.
__construct()  : mixed
Constructor.
current()  : mixed
key()  : mixed
next()  : mixed
rewind()  : mixed
valid()  : mixed

Properties

$_iterator

Iterator over the driver instance.

protected ArrayIterator $_iterator

Methods

__construct()

Constructor.

public __construct(Mnemo_Driver $driver) : mixed
Parameters
$driver : Mnemo_Driver

A driver instance.

Return values
mixed

current()

public current() : mixed
Return values
mixed

key()

public key() : mixed
Return values
mixed

next()

public next() : mixed
Return values
mixed

rewind()

public rewind() : mixed
Return values
mixed

valid()

public valid() : mixed
Return values
mixed

Search results