OrderedList concrete CommonMark\Node
(cmark >= 1.0.0)
Class synopsis
final class CommonMark\Node\OrderedList extends CommonMark\Node implements CommonMark\Interfaces\IVisitable, Traversable {
/* Inherited properties */
public readonly ?Node $parent;
public readonly ?Node $previous;
public readonly ?Node $next;
public readonly ?Node $lastChild;
public readonly ?Node $firstChild;
/* Properties */
public bool $tight;
public int $delimiter;
public int $start;
/* Constructor */
public __construct()
/* Inherited methods */
}Table of Contents
- CommonMark\Node\OrderedList::__construct — OrderedList Construction
↑ and ↓ to navigate • Enter to select • Esc to close • / to open