File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/symfony/translation/FormatterLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: IntlFormatterInterface.php <?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Translation\Formatter; /** * Formats ICU message patterns. * * @author Nicolas Grekas <p@tchwork.com> */ interface IntlFormatterInterface { /** * Formats a localized message using rules defined by ICU MessageFormat. * * @see http://icu-project.org/apiref/icu4c/classMessageFormat.html#details */ public function formatIntl(string $message, string $locale, array $parameters = []): string; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirChoiceMessageFormatterInterface.phpFile1,019.00 B Rename | Delete | EditIntlFormatter.phpFile2.13 KB Rename | Delete | EditIntlFormatterInterface.phpFile690.00 B Rename | Delete | EditMessageFormatter.phpFile2.95 KB Rename | Delete | EditMessageFormatterInterface.phpFile861.00 B Rename | Delete | Edit