Php/docs/class.commonmark-node-bulletlist

From Get docs

(cmark >= 1.0.0)

Class synopsis


final CommonMark\Node\BulletList extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable {

/* Inherited 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

/* Properties */

public bool $tight

public int $delimiter

/* Constructor */

public __construct ( )

public __construct ( int $tight )

public __construct ( int $tight , int $delimiter )

/* Inherited methods */

public CommonMark\Node::unlink ( ) : void

}

Table of Contents