You are here

public function EntityLegalDocumentVersion::__construct in Entity Legal 7

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

Overrides Entity::__construct

File

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

Class

EntityLegalDocumentVersion
Legal Document entity version class.

Code

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