You are here

public function CommerceFileLicenseLogEntity::__construct in Commerce File 7

Overridden __construct()

  • set fixed entity type
  • merge in defaults

Overrides Entity::__construct

File

includes/commerce_file_license_log.entity.inc, line 28
Provides a base class for CommreceFileLicenseLogEntity.

Class

CommerceFileLicenseLogEntity
A Commerce File License Log entity class.

Code

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