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

7 lines
219 B
PHP

<?php
namespace MailPoetVendor\Symfony\Contracts\Translation;
if (!defined('ABSPATH')) exit;
interface TranslatableInterface
{
public function trans(TranslatorInterface $translator, ?string $locale = null) : string;
}