public function PartyHat::__construct in Party 7
Same name and namespace in other branches
- 8.2 modules/party_hat/includes/party_hat.entity.inc \PartyHat::__construct()
Constructor for a PartyHat.
Overrides Entity::__construct
See also
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');
}