You are here

public function Entityform::__construct in Entityform 7

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

Overrides Entity::__construct

File

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

Class

Entityform
The class used for entityform entities

Code

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