Interface TranslatorInterface

Summary

Fully Qualified Name: Zend\Validator\Translator\TranslatorInterface

Description

Methods

Name Description Defined By
translate() TranslatorInterface

Method Details

translate()

Parameter Name Type Description
$message string
$textDomain string
$locale string

Returns: string

Top