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: MessageFormatterInterface.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 Guilherme Blanco <guilhermeblanco@hotmail.com> * @author Abdellatif Ait boudad <a.aitboudad@gmail.com> */ interface MessageFormatterInterface { /** * 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 string $locale The message locale * @param array $parameters An array of parameters for the message * * @return string */ public function format($message, $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