You are here

function office_hours_handler_filter_day::construct in Office Hours 6.2

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

File

includes/office_hours_handler_filter_day.inc, line 5

Class

office_hours_handler_filter_day

Code

function construct() {
  parent::construct();
  $this->value_title = t('Day');
}