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
Afficher le fichier Open project: giggsey/libphonenumber-for-php Class Usage Examples

Protected Properties

Свойство Type Description
$map

Méthodes publiques

Méthode Description
__construct ( $map )
getFileName ( $countryCallingCode, $language, $script, $region )

Méthodes protégées

Méthode Description
inMap ( $language, $countryCallingCode )

Method Details

__construct() public méthode

public __construct ( $map )

getFileName() public méthode

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

inMap() protected méthode

protected inMap ( $language, $countryCallingCode )

Property Details

$map protected_oe property

protected $map