You are here

public function RegistrationState::__construct in Entity Registration 7

Same name and namespace in other branches
  1. 8.2 lib/registration_state.entity.inc \RegistrationState::__construct()
  2. 7.2 lib/registration_state.entity.inc \RegistrationState::__construct()

Overrides Entity::__construct

File

lib/registration_state.entity.inc, line 12
The class used for registration state entities

Class

RegistrationState
@file The class used for registration state entities

Code

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