You are here

public function CommerceFileLicenseEntity::get_address_count in Commerce File 7

File

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

Class

CommerceFileLicenseEntity
A Commerce File License entity class.

Code

public function get_address_count() {
  return $this
    ->get_limit_current_value('address_limit');
}