You are here

class views_handler_filter_bookings_resource_disabled 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
  2. 7.2 handlers/views_handler_filter_boolean_operator.inc \views_handler_filter_bookings_resource_disabled

Hierarchy

Expanded class hierarchy of views_handler_filter_bookings_resource_disabled

File

handlers/views_handler_filter_boolean_operator.inc, line 3

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