public function EntityLegalDocumentVersion::__construct in Entity Legal 7.2
Same name and namespace in other branches
- 7 entity_legal.entity.inc \EntityLegalDocumentVersion::__construct()
Overrides Entity::__construct
File
- ./
entity_legal.entity.inc, line 348 - 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);
}