22 public function translate($messageId, $locale =
null)
25 if (is_callable($translator)) {
41 $args = func_get_args();
42 $messageId = array_shift($args);
44 if (count($args) > 0) {
45 $string = vsprintf($string, $args);
translate($messageId, $locale=null)
call_user_func($callable, $param)
getOptions($optionKey=null)