interface ITranslator

Translator adapter.

Methods

string
translate($message, $count = null)

Translates the given string.

Details

at line 23
string translate($message, $count = null)

Translates the given string.

Parameters

$message
$count

Return Value

string