You are here

public function Party::__construct in Party 8.2

Same name and namespace in other branches
  1. 7 includes/party.entity.inc \Party::__construct()

File

includes/party.entity.inc, line 222
Contains the controller classes for Party entities.

Class

Party
The class used for party entities.

Code

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