You are here

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

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. 7.2 handlers/merci_handler_field.inc \merci_handler_field_merci_bucket_resource_node_sub_type::construct()

File

handlers/merci_handler_field.inc, line 106

Class

merci_handler_field_merci_bucket_resource_node_sub_type
Bucket|Resource sub type.

Code

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