You are here

public function MerciInventoryEntity::__construct in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Overrides Entity::__construct

File

merci_inventory/merci_inventory.module, line 185

Class

MerciInventoryEntity
Main class for test entities.

Code

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