You are here

public function EntityLegalDocument::__construct in Entity Legal 7.2

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

Overrides Entity::__construct

File

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

Class

EntityLegalDocument
Legal Document entity with revision support.

Code

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