You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the checker API with some more useful checks such as:
Getting the next opening hour/date base on given DateTime or now. eg getEarliestOpening(\DateTime $dateTime) : \DateTime
Getting opening hours for certain date period (taking overrides into account). eg getOpeningHoursForPeriod(\DateTime $from, \DateTime $until) : array. Not sure of the format here yet.
Check if open within given TimePeriod, eg: isOpenBetweenHours(\DateTime $date, TimePeriod $timePeriod) : bool
...
The text was updated successfully, but these errors were encountered:
Expand the checker API with some more useful checks such as:
DateTime
ornow
. eggetEarliestOpening(\DateTime $dateTime) : \DateTime
getOpeningHoursForPeriod(\DateTime $from, \DateTime $until) : array
. Not sure of the format here yet.TimePeriod
, eg:isOpenBetweenHours(\DateTime $date, TimePeriod $timePeriod) : bool
The text was updated successfully, but these errors were encountered: