Вход Регистрация
Файл: system/vendor/gettext/translator/src/FormatterInterface.php
Строк: 9
<?php
declare(strict_types 1);

namespace 
Gettext;

/**
 * Interface used by formatters.
 */
interface FormatterInterface
{
    public function 
format(string $text, array $args): string;
}
Онлайн: 1
Реклама