MenaraSolutions\Geographer\Contracts\TranslationAgencyInterface::translate PHP 메소드

translate() 공개 메소드

public translate ( MenaraSolutions\Geographer\Contracts\IdentifiableInterface $subject, string $language ) : string
$subject MenaraSolutions\Geographer\Contracts\IdentifiableInterface
$language string
리턴 string
    public function translate(IdentifiableInterface $subject, $language);