League\CommonMark\Block\Element\Document::acceptsLines PHP Méthode

acceptsLines() public méthode

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