PHP Class business\DateRange

Author: Márk Sági-Kazár ([email protected])
Inheritance: implements IteratorAggregate
Afficher le fichier Open project: florianv/business Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( DateTime $startDate, DateTime $endDate ) Creates a new DateTime period.
getIterator ( )

Method Details

__construct() public méthode

Creates a new DateTime period.
public __construct ( DateTime $startDate, DateTime $endDate )
$startDate DateTime
$endDate DateTime

getIterator() public méthode

public getIterator ( )