Inventory_Presser_Business_Day::open_string()
open_string
Contents
Description Description
A string that describes when the business opens on this day
Return Return
(void)
Source Source
File: includes/class-business-day.php
public function open_string() { return $this->time_string( $this->open_hour, $this->open_minute ); }
Expand full source code Collapse full source code View on Github