BulletList concrete CommonMark\Node
(cmark >= 1.0.0)
類摘要
final class CommonMark\Node\BulletList extends CommonMark\Node implements CommonMark\Interfaces\IVisitable, Traversable {
/* 繼承的屬性 */
public readonly ?Node $parent;
public readonly ?Node $previous;
public readonly ?Node $next;
public readonly ?Node $lastChild;
public readonly ?Node $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()
/* 繼承的方法 */
}目錄
- CommonMark\Node\BulletList::__construct — BulletList Construction