BulletList concrete CommonMark\Node

(cmark >= 1.0.0)

类摘要

final CommonMark\Node\BulletList extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable {
/* 继承的属性 */
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;
/* 属性 */
public bool $tight;
public int $delimiter;
/* Constructor */
public __construct()
public __construct(int $tight)
public __construct(int $tight, int $delimiter)
/* 继承的方法 */
}

目录

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top