Php/docs/class.commonmark-node

From Get docs

(cmark >= 1.0.0)

Introduction

Represents an Abstract Node, this final abstract is not for direct use by the programmer.


Class synopsis


final abstract CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable {

/* Properties */

public readonly Node|null $parent

public readonly Node|null $previous

public readonly Node|null $next

public readonly Node|null $lastChild

public readonly Node|null $firstChild

public readonly int $startLine

public readonly int $endLine

public readonly int $startColumn

public readonly int $endColumn

/* Methods */

public replace ( CommonMark\Node $target ) : CommonMark\Node

public unlink ( ) : void

public accept ( CommonMark\Interfaces\IVisitor $visitor ) : void

}

Table of Contents