League\CommonMark\Block\Element\BlockQuote::acceptsLines PHP 메소드

acceptsLines() 공개 메소드

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