You are here

public function CommerceFileLicenseEntity::get_download_count in Commerce File 7

File

includes/commerce_file_license.entity.inc, line 758
Provides a base class for CommerceFileLicenseEntity.

Class

CommerceFileLicenseEntity
A Commerce File License entity class.

Code

public function get_download_count() {
  return $this
    ->get_limit_current_value('download_limit');
}