libphonenumber\PhoneNumberUtil::initAlphaPhoneMappings PHP Method

initAlphaPhoneMappings() protected static method

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