You are here

public function CommerceFileLicenseLogEntity::access in Commerce File 7

Access callback

File

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

Class

CommerceFileLicenseLogEntity
A Commerce File License Log entity class.

Code

public function access($op = 'view', $account = NULL) {
  return entity_access($op, $this->entityType, $this, $account);
}