You are here

function office_hours_handler_filter_open::construct in Office Hours 7

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_filter_in_operator::construct

File

includes/office_hours_handler_filter_open.inc, line 9
Implements Views integration: filter 'open now'.

Class

office_hours_handler_filter_open
@file Implements Views integration: filter 'open now'.

Code

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