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()
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);
}