This commit is contained in:
therselman 2017-08-05 22:18:59 +02:00
parent 1f0cf9ed3e
commit 147f33dc39

View File

@ -6,7 +6,7 @@ use \DateTime; // http://php.net/manual/en/class.datetime.php
use IteratorAggregate; // http://php.net/manual/en/class.iteratoraggregate.php Interface to create an external Iterator. use IteratorAggregate; // http://php.net/manual/en/class.iteratoraggregate.php Interface to create an external Iterator.
class DateIterator extends DatePeriod implements IteratorAggregate class DatePeriod extends DatePeriod implements IteratorAggregate
{ {
public function __construct($date) public function __construct($date)
{ {