You are here

public function RegistrationType::__construct in Entity Registration 8.2

Same name in this branch
  1. 8.2 lib/registration_type.entity.inc \RegistrationType::__construct()
  2. 8.2 src/RegistrationType.php \Drupal\registration\RegistrationType::__construct()
Same name and namespace in other branches
  1. 7.2 lib/registration_type.entity.inc \RegistrationType::__construct()
  2. 7 lib/registration_type.entity.inc \RegistrationType::__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');
}