\Nag\BackupTasks

Backup iterator for tasks.

Summary

Methods
Properties
Constants
__construct()
current()
key()
next()
rewind()
valid()
No public properties found
No constants found
No protected methods found
$_driver
$_task
$_current
N/A
No private methods found
No private properties found
N/A

Properties

$_driver

$_driver : \Nag_Driver

The driver instance.

Type

\Nag_Driver

$_task

$_task : \Nag\Backup\Nag_Task

Tasks iterator.

Type

\Nag\Backup\Nag_Task

$_current

$_current : \Nag\Backup\Nag_Task

The current task during iteration.

Type

\Nag\Backup\Nag_Task

Methods

__construct()

__construct(\Nag_Driver  $driver) 

Constructor.

Parameters

\Nag_Driver $driver

A driver instance.

current()

current() 

key()

key() 

next()

next() 

rewind()

rewind() 

valid()

valid()