You are here

function merci_handler_field_merci_bucket_resource_node_sub_type::construct in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 handlers/merci_handler_field.inc \merci_handler_field_merci_bucket_resource_node_sub_type::construct()
  2. 6 handlers/merci_handler_field.inc \merci_handler_field_merci_bucket_resource_node_sub_type::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

handlers/merci_handler_field.inc, line 113
merci views handlers

Class

merci_handler_field_merci_bucket_resource_node_sub_type
Bucket|Resource sub type.

Code

function construct() {
  parent::construct();
  $this->additional_fields['merci_sub_type'] = 'merci_sub_type';
}