You are here

public function Party::__construct in Party 7

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

Overrides Entity::__construct

File

includes/party.entity.inc, line 318
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');
}