File "LocaleAwareInterface.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/translation-contracts/LocaleAwareInterface.php
File size: 195 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Contracts\Translation;
if (!defined('ABSPATH')) exit;
interface LocaleAwareInterface
{
 public function setLocale($locale);
 public function getLocale();
}