coryetzkorn / php-store-hours

Output content based on time-of-day and-day-of-week.
MIT License
136 stars 55 forks source link

API/naming discussion #15

Open mermshaus opened 8 years ago

mermshaus commented 8 years ago

Concepts


Current public API methods


is_open([timestamp = time()])
render([timestamp = time()])

hours_today([timestamp = time()])

hours_this_week([groupByDay = false])
coryetzkorn commented 8 years ago

Thanks for typing this up! It's great. Some thoughts...

Concepts

Current public API methods

To-do

coryetzkorn commented 8 years ago

Proposed API Methods

Here's what I'd like to see included in the API. Let me know what you think!