You are here

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

Overrides Entity::__construct

File

modules/bat_unit/bat_unit.module, line 1911

Class

BatType
The class used for Bat Type entities.

Code

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