Aeon\Calendar\Gregorian\DateTimeIntervalIterator

View at GitHub ( 1.x )
Introduction

Class synopis

class final DateTimeIntervalIterator extends \FilterIterator implements \OuterIterator, \Iterator, \Traversable
{
public __construct ( DateTime $start , DateTime $end , Unit $timeUnit , Interval $interval )
public start ( void ) : DateTime
public end ( void ) : DateTime
public unit ( void ) : Unit
public isForward ( void ) : bool
public interval ( void ) : Interval
public hasNext ( void ) : bool
public accept ( void ) : bool
public key ( void ) : int
public current ( void ) : ? DateTime
public rewind ( void ) : mixed
public valid ( void ) : mixed
public next ( void ) : mixed
}
Table of Contents