You are here

public function PartyHat::__construct in Party 8.2

Same name and namespace in other branches
  1. 7 modules/party_hat/includes/party_hat.entity.inc \PartyHat::__construct()

Constructor for a PartyHat.

See also

Entity::__construct()

File

modules/party_hat/includes/party_hat.entity.inc, line 92
Contains the controller classes for Party entities.

Class

PartyHat
The class used for hat entities.

Code

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