You are here

function rooms_booking_handler_booking_type_field::construct in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/rooms_booking/views/rooms_booking_handler_booking_type_field.inc, line 11
Contains a Views field handler to take care of displaying the correct label for unit types.

Class

rooms_booking_handler_booking_type_field
@file Contains a Views field handler to take care of displaying the correct label for unit types.

Code

function construct() {
  parent::construct();
}