Timber\PostPreview::end PHP Метод

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

public end ( string $end = '…' )
$end string how should the text in the preview end
    public function end($end = '…')
    {
        $this->end = $end;
        return $this;
    }