You are here

public function CommerceFileLicenseEntity::get_limit_current_value in Commerce File 7

Returns current value for a given limit property

2 calls to CommerceFileLicenseEntity::get_limit_current_value()
CommerceFileLicenseEntity::get_address_count in includes/commerce_file_license.entity.inc
CommerceFileLicenseEntity::get_download_count in includes/commerce_file_license.entity.inc

File

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

Class

CommerceFileLicenseEntity
A Commerce File License entity class.

Code

public function get_limit_current_value($property) {
  return _commerce_file_license_invoke_callback('current', $property, $this);
}