Inventory_Presser_Business_Day::__construct()
__construct
Contents
Description Description
Initializes all member variables to 0
Return Return
(void)
Source Source
File: includes/class-business-day.php
function __construct() { $this->weekday = $this->open_hour = $this->close_hour = $this->open_minute = $this->close_minute = 0; }
Expand full source code Collapse full source code View on Github