Text concrete CommonMark\Node

(cmark >= 1.0.0)

Class synopsis

finalclassCommonMark\Node\TextextendsCommonMark\NodeimplementsCommonMark\Interfaces\IVisitable, Traversable {
publicreadonly?Node$parent;
publicreadonly?Node$previous;
publicreadonly?Node$next;
publicreadonly?Node$lastChild;
publicreadonly?Node$firstChild;
publicreadonlyint$startLine;
publicreadonlyint$endLine;
publicreadonlyint$startColumn;
publicreadonlyint$endColumn;
public?string$literal;
public__construct()
public__construct(string$literal)
}

Table of Contents

To Top