You are here

public function RoomsUnitController::__construct in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Overridden.

Overrides EntityAPIController::__construct

See also

DrupalDefaultEntityController#__construct()

File

modules/rooms_unit/rooms_unit.module, line 780
Manage units - Units are things that can be booked on a nightly basis (e.g. rooms - but also villas bungalows, etc).

Class

RoomsUnitController
The Controller for RoomsUnit entities

Code

public function __construct($entityType) {
  parent::__construct($entityType);
}