You are here

function views_handler_filter_bookings_resource_disabled::construct in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6

Same name and namespace in other branches
  1. 6.2 handlers/views_handler_filter_boolean_operator.inc \views_handler_filter_bookings_resource_disabled::construct()
  2. 7.2 handlers/views_handler_filter_boolean_operator.inc \views_handler_filter_bookings_resource_disabled::construct()

File

handlers/views_handler_filter_boolean_operator.inc, line 4

Class

views_handler_filter_bookings_resource_disabled

Code

function construct() {
  $this->definition['label'] = 'Check to show only disabled, or leave empty to show only enabled.';
  parent::construct();
}