You are here

class views_handler_filter_bookings_resource_disabled in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

Same name and namespace in other branches
  1. 6 handlers/views_handler_filter_boolean_operator.inc \views_handler_filter_bookings_resource_disabled
  2. 7.2 handlers/views_handler_filter_boolean_operator.inc \views_handler_filter_bookings_resource_disabled

@file merci views handlers

Hierarchy

Expanded class hierarchy of views_handler_filter_bookings_resource_disabled

File

handlers/views_handler_filter_boolean_operator.inc, line 8
merci views handlers

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

}

Members