PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
symfony
/
translation
<?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; use Symfony\Contracts\Translation\LocaleAwareInterface; use Symfony\Contracts\Translation\TranslatorInterface; use Symfony\Contracts\Translation\TranslatorTrait; /** * IdentityTranslator does not translate anything. * * @author Fabien Potencier <fabien@symfony.com> */ class IdentityTranslator implements TranslatorInterface, LocaleAwareInterface { use TranslatorTrait; }
[+]
..
[+]
Exception
[-] Translator.php
[edit]
[+]
Reader
[+]
Extractor
[+]
Test
[-] TranslatableMessage.php
[edit]
[+]
DependencyInjection
[+]
Provider
[+]
Dumper
[-] composer.json
[edit]
[+]
Loader
[-] LoggingTranslator.php
[edit]
[-] TranslatorBagInterface.php
[edit]
[-] README.md
[edit]
[+]
Resources
[+]
Util
[+]
DataCollector
[+]
Formatter
[-] CHANGELOG.md
[edit]
[-] IdentityTranslator.php
[edit]
[-] MetadataAwareInterface.php
[edit]
[+]
Writer
[-] TranslatorBag.php
[edit]
[+]
Command
[+]
Catalogue
[-] PseudoLocalizationTranslator.php
[edit]
[-] MessageCatalogue.php
[edit]
[-] LICENSE
[edit]
[-] DataCollectorTranslator.php
[edit]
[-] MessageCatalogueInterface.php
[edit]
[-] .htaccess.disabled
[edit]