interface ITranslator

Translator adapter.

Methods

string
translate(mixed $message, mixed ...$parameters)

Translates the given string.

Details

at line 23
string translate(mixed $message, mixed ...$parameters)

Translates the given string.

Parameters

mixed $message
mixed ...$parameters

Return Value

string