PHP 8.3.31
Preview: MessageFormatterInterface.php Size: 854 B
/home/getspomw/royalsquad.us/vendor/symfony/translation/Formatter/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
     */
    public function format(string $message, string $locale, array $parameters = []): string;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
4.34 KB lrw-r--r-- 2026-04-26 10:35:20
Edit Download
2.08 KB lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
690 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
1.48 KB lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
854 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).