t() public method

public t ( $id, $plural = null, $count, $context = null )
Beispiel #1
0
 public function t($t, $plural = '', $count = 0)
 {
     return $this->translator->t($t, $plural, $count);
 }