Methods |
protected
|
secondsUntil(DateTimeInterface|DateInterval|int $delay): int
Get the number of seconds until the given DateTime.
Get the number of seconds until the given DateTime.
|
#
|
protected
|
availableAt(DateTimeInterface|DateInterval|int $delay = 0): int
Get the "available at" UNIX timestamp.
Get the "available at" UNIX timestamp.
|
#
|
protected
|
parseDateInterval(DateTimeInterface|DateInterval|int $delay): DateTimeInterface|int
If the given value is an interval, convert it to a DateTime instance.
If the given value is an interval, convert it to a DateTime instance.
|
#
|
protected
|
currentTime(): int
Get the current system time as a UNIX timestamp.
Get the current system time as a UNIX timestamp.
|
#
|
protected
|
runTimeForHumans(float $startTime, float $endTime = null): string
Given a start time, format the total run time for human readability.
Given a start time, format the total run time for human readability.
|
#
|