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

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

public read_more ( string $readmore = 'Read More' )
$readmore string What the text displays as to the reader inside of the tag
    public function read_more($readmore = 'Read More')
    {
        $this->readmore = $readmore;
        return $this;
    }