icingaweb2-module-director/library/vendor/ipl/Translation/TranslatorInterface.php

9 lines
110 B
PHP

<?php
namespace dipl\Translation;
interface TranslatorInterface
{
public function translate($string);
}