libphonenumber\PhoneNumberUtil::initAlphaPhoneMappings PHP 메소드

initAlphaPhoneMappings() 보호된 정적인 메소드

protected static initAlphaPhoneMappings ( )
    protected static function initAlphaPhoneMappings()
    {
        static::$ALPHA_PHONE_MAPPINGS = static::$ALPHA_MAPPINGS + static::$asciiDigitMappings;
    }
PhoneNumberUtil