Documentation

Tasks
in package
implements Iterator

Backup iterator for tasks.

Tags
author

Jan Schneider jan@horde.org

copyright

2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Interfaces, Classes, Traits and Enums

Iterator

Table of Contents

$_current  : Nag_Task
The current task during iteration.
$_driver  : Nag_Driver
The driver instance.
$_task  : Nag_Task
Tasks iterator.
__construct()  : mixed
Constructor.
current()  : mixed
key()  : mixed
next()  : mixed
rewind()  : mixed
valid()  : mixed

Properties

$_current

The current task during iteration.

protected Nag_Task $_current

$_task

Tasks iterator.

protected Nag_Task $_task

Methods

__construct()

Constructor.

public __construct(Nag_Driver $driver) : mixed
Parameters
$driver : Nag_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