tc() public method

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