You are here

public function BatBookingController::__construct in Booking and Availability Management Tools for Drupal 7

Overridden.

Overrides EntityAPIController::__construct

See also

DrupalDefaultEntityController#__construct()

File

modules/bat_booking/bat_booking.module, line 307

Class

BatBookingController
The Controller for BatBooking entities.

Code

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