You are here

public function EntityLegalDocumentAcceptance::__construct in Entity Legal 7

Same name and namespace in other branches
  1. 7.2 entity_legal.entity.inc \EntityLegalDocumentAcceptance::__construct()

Overrides Entity::__construct

File

./entity_legal.entity.inc, line 440
Entity API main classes used by entity_legal module.

Class

EntityLegalDocumentAcceptance
Legal document user acceptance entity.

Code

public function __construct(array $values = array(), $entity_type = NULL) {
  parent::__construct($values, ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME);
}