Public Member Functions | ||||
import ($scope) | ||||
toString () | ||||
Static Public Member Functions | ||||
static | stringToDateRangeList ($string) | |||
static | makeRange ($string) | |||
| ||||
Static Private Member Functions | ||||
static | toDate ($date) | |||
|
Definition at line 16 of file DateRangeList.class.php.
DateRangeList::import | ( | $ | scope | ) |
DateRangeList::toString | ( | ) |
static DateRangeList::stringToDateRangeList | ( | $ | string | ) | [static] |
Definition at line 61 of file DateRangeList.class.php.
static DateRangeList::makeRange | ( | $ | string | ) | [static] |
WrongArgumentException |
Definition at line 87 of file DateRangeList.class.php.
References DateRange::create().
Referenced by PrimitiveDateRange::import().
static DateRangeList::toDate | ( | $ | date | ) | [static, private] |
WrongArgumentException |
Definition at line 130 of file DateRangeList.class.php.