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

7 lines
235 B
PHP

<?php
namespace MailPoetVendor\Symfony\Contracts\Translation;
if (!defined('ABSPATH')) exit;
interface TranslatorInterface
{
public function trans(string $id, array $parameters = [], ?string $domain = null, ?string $locale = null);
}