You are here

public function EntityformType::__construct in Entityform 7

Same name and namespace in other branches
  1. 7.2 entityform.module \EntityformType::__construct()

Overrides Entity::__construct

File

./entityform.module, line 1165
Module for the Entityform Entity - a starting point to create your own Entity and associated administration interface

Class

EntityformType
The class used for entityform type entities

Code

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