You are here

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

Overrides Entity::__construct

File

modules/bat_event/bat_event.module, line 1218
Manage Events - Events store the EventValue of a Unit over a period of time.

Class

BatEventType
The class used for unit bundle entities.

Code

public function __construct($values = array()) {
  parent::__construct($values, 'bat_event_type');
}