Knp\Bundle\TimeBundle\DateTimeFormatter::getEmptyDiffMessage PHP Метод

getEmptyDiffMessage() публичный Метод

Returns the message for an empty diff
public getEmptyDiffMessage ( ) : string
Результат string
    public function getEmptyDiffMessage()
    {
        return $this->translator->trans('diff.empty', array(), 'time');
    }