Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
symfony
/
translation
/
Reader
Location:
/home/zoteqbgb/public_html/vendor/symfony/translation/Reader
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: 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. * * @return void */ public function read(string $directory, MessageCatalogue $catalogue); }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
TranslationReader.php
1,785 bytes
0644
2025-02-13 15:18
âï¸
ðï¸
Rename
TranslationReaderInterface.php
701 bytes
0644
2025-02-13 15:18
âï¸
ðï¸
Rename
Chang
Apply