You are here

function office_hours_handler_filter_day::construct in Office Hours 7

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

File

includes/office_hours_handler_filter_day.inc, line 9
Implements Views integration: day filter.

Class

office_hours_handler_filter_day
@file Implements Views integration: day filter.

Code

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