DateCaster
class DateCaster
Casts DateTimeInterface related classes to array representation.
Methods
static |
castDateTime(DateTimeInterface $d, array $a, Stub $stub, $isNested, $filter) |
|
static |
castInterval(DateInterval $interval, array $a, Stub $stub, $isNested, $filter) |
|
static |
castTimeZone(DateTimeZone $timeZone, array $a, Stub $stub, $isNested, $filter) |
|
static |
castPeriod(DatePeriod $p, array $a, Stub $stub, $isNested, $filter) |
|
Details
static castDateTime(DateTimeInterface $d, array $a, Stub $stub, $isNested, $filter)
Parameters
static castInterval(DateInterval $interval, array $a, Stub $stub, $isNested, $filter)
Parameters
static castTimeZone(DateTimeZone $timeZone, array $a, Stub $stub, $isNested, $filter)
Parameters
static castPeriod(DatePeriod $p, array $a, Stub $stub, $isNested, $filter)
Parameters