libphonenumber\PhoneNumberUtil::initAlphaPhoneMappings PHP Méthode

initAlphaPhoneMappings() protected static méthode

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