Your IP : 3.15.140.68


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/mailpoet/vendor-prefixed/symfony/translation-contracts/
Upload File :
Current File : //home/sudancam/public_html3/games/wp-content/plugins/mailpoet/vendor-prefixed/symfony/translation-contracts/LocaleAwareInterface.php

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