You are here

public function RedhenOrgType::__construct in RedHen CRM 7

Overrides Entity::__construct

File

modules/redhen_org/lib/redhen_org_type.entity.inc, line 18
Redhen Organization type classes.

Class

RedhenOrgType
The class used for model type entities

Code

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