You are here

function office_hours_handler_filter_hours::construct in Office Hours 6.2

Same name and namespace in other branches
  1. 6 includes/office_hours_handler_filter_hours.inc \office_hours_handler_filter_hours::construct()

File

includes/office_hours_handler_filter_hours.inc, line 6

Class

office_hours_handler_filter_hours

Code

function construct() {
  parent::construct();
}