PHP 8.3.31
Preview: TranslationReaderInterface.php Size: 680 B
/home/getspomw/royalsquad.us/vendor/symfony/translation/Reader/TranslationReaderInterface.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\Reader;

use Symfony\Component\Translation\MessageCatalogue;

/**
 * TranslationReader reads translation messages from translation files.
 *
 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
 */
interface TranslationReaderInterface
{
    /**
     * Reads translation messages from a directory to the catalogue.
     */
    public function read(string $directory, MessageCatalogue $catalogue): void;
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
2.16 KB lrw-r--r-- 2026-04-25 12:17:16
Edit Download
1.69 KB lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
680 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download

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