League\CommonMark\Block\Element\IndentedCode::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 true;
    }