\Kronolith\BackupEvents

Backup iterator for events.

Summary

Methods
Properties
Constants
__construct()
current()
key()
next()
rewind()
valid()
No public properties found
No constants found
_next()
$_driver
$_calendar
$_user
$_iterator
$_events
N/A
No private methods found
No private properties found
N/A

Properties

$_calendar

$_calendar : string

The calendar ID.

Type

string

$_user

$_user : string

The creator's user name.

Type

string

$_iterator

$_iterator : \ArrayIterator

Iterator over the day lists.

Type

\ArrayIterator

$_events

$_events : \ArrayIterator

Iterator over the events of the current day.

Type

\ArrayIterator

Methods

__construct()

__construct(\Kronolith_Driver  $driver, string  $calendar, string  $user) 

Constructor.

Parameters

\Kronolith_Driver $driver

A driver instance.

string $calendar

A calendar ID.

string $user

The creator to limit the returned events.

current()

current() 

key()

key() 

next()

next() 

rewind()

rewind() 

valid()

valid() 

_next()

_next()