PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
symfony
/
translation
<?php namespace MailPoetVendor\Symfony\Component\Translation; if (!defined('ABSPATH')) exit; use MailPoetVendor\Symfony\Component\Translation\Exception\InvalidArgumentException; use MailPoetVendor\Symfony\Contracts\Translation\LocaleAwareInterface; interface TranslatorInterface extends LocaleAwareInterface { public function trans($id, array $parameters = [], $domain = null, $locale = null); public function transChoice($id, $number, array $parameters = [], $domain = null, $locale = null); public function setLocale($locale); public function getLocale(); }
[-] index.php
[edit]
[-] Translator.php
[edit]
[+]
..
[+]
Exception
[-] MessageCatalogue.php
[edit]
[-] MetadataAwareInterface.php
[edit]
[-] Interval.php
[edit]
[-] LoggingTranslator.php
[edit]
[-] MessageSelector.php
[edit]
[-] TranslatorInterface.php
[edit]
[-] IdentityTranslator.php
[edit]
[-] TranslatorBagInterface.php
[edit]
[+]
Util
[-] PluralizationRules.php
[edit]
[-] DataCollectorTranslator.php
[edit]
[-] MessageCatalogueInterface.php
[edit]