Jarves\Translation\Translator::tc PHP Method

tc() public method

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