MenaraSolutions\Geographer\Contracts\TranslationAgencyInterface::translate PHP Méthode

translate() public méthode

public translate ( MenaraSolutions\Geographer\Contracts\IdentifiableInterface $subject, string $language ) : string
$subject MenaraSolutions\Geographer\Contracts\IdentifiableInterface
$language string
Résultat string
    public function translate(IdentifiableInterface $subject, $language);