File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/symfony/translation/FormatterLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.137+ #1 SMP PREEMPT_DYNAMIC Sat May 23 08:51:52 UTC 2026 x86_64Edit File: ChoiceMessageFormatterInterface.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; /** * @author Abdellatif Ait boudad <a.aitboudad@gmail.com> * * @deprecated since Symfony 4.2, use MessageFormatterInterface::format() with a %count% parameter instead */ interface ChoiceMessageFormatterInterface { /** * Formats a localized message pattern with given arguments. * * @param string $message The message (may also be an object that can be cast to string) * @param int $number The number to use to find the indice of the message * @param string $locale The message locale * @param array $parameters An array of parameters for the message * * @return string */ public function choiceFormat($message, $number, $locale, array $parameters = []); } 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