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;
    }