You are here

public function RegistrationType::__construct in Entity Registration 7.2

Same name and namespace in other branches
  1. 8.2 lib/registration_type.entity.inc \RegistrationType::__construct()
  2. 7 lib/registration_type.entity.inc \RegistrationType::__construct()

Overrides Entity::__construct

File

lib/registration_type.entity.inc, line 18
The class used for model type entities

Class

RegistrationType
@file The class used for model type entities

Code

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