oont-contents/plugins/mailpoet/vendor-prefixed/symfony/translation-contracts/LocaleAwareInterface.php
2025-02-08 15:10:23 +01:00

8 lines
202 B
PHP

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