PHP Class libphonenumber\prefixmapper\MappingFileProvider

The data files contain mappings from phone number prefixes to text descriptions, and are organized by country calling code and language that the text descriptions are in. Class MappingFileProvider
Show file Open project: giggsey/libphonenumber-for-php Class Usage Examples

Protected Properties

Property Type Description
$map

Public Methods

Method Description
__construct ( $map )
getFileName ( $countryCallingCode, $language, $script, $region )

Protected Methods

Method Description
inMap ( $language, $countryCallingCode )

Method Details

__construct() public method

public __construct ( $map )

getFileName() public method

public getFileName ( $countryCallingCode, $language, $script, $region )

inMap() protected method

protected inMap ( $language, $countryCallingCode )

Property Details

$map protected property

protected $map