League\CommonMark\Block\Element\ThematicBreak::acceptsLines PHP Method

acceptsLines() public method

Returns true if block type can accept lines of text
public acceptsLines ( ) : boolean
return boolean
    public function acceptsLines()
    {
        return false;
    }