PHP 클래스 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
파일 보기 프로젝트 열기: giggsey/libphonenumber-for-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$map

공개 메소드들

메소드 설명
__construct ( $map )
getFileName ( $countryCallingCode, $language, $script, $region )

보호된 메소드들

메소드 설명
inMap ( $language, $countryCallingCode )

메소드 상세

__construct() 공개 메소드

public __construct ( $map )

getFileName() 공개 메소드

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

inMap() 보호된 메소드

protected inMap ( $language, $countryCallingCode )

프로퍼티 상세

$map 보호되어 있는 프로퍼티

protected $map