You are here

function rooms_booking_handler_nights_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_nights_field.inc, line 8

Class

rooms_booking_handler_nights_field
@file

Code

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