geno/wp-content/plugins/mailpoet/vendor-prefixed/symfony/translation/TranslatorBagInterface.php

9 lines
262 B
PHP
Raw Normal View History

2024-02-01 17:24:18 +05:30
<?php
namespace MailPoetVendor\Symfony\Component\Translation;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Symfony\Component\Translation\Exception\InvalidArgumentException;
interface TranslatorBagInterface
{
public function getCatalogue($locale = null);
}