CommonMark\Node concreto BulletList
(cmark >= 1.0.0)
Resumo da classe
final
class CommonMark\Node\BulletList
extends
CommonMark\Node
implements
CommonMark\Interfaces\IVisitable, Traversable {
/* Propriedades herdadas */
public
readonly
?Node
$parent;
public
readonly
?Node
$previous;
public
readonly
?Node
$next;
public
readonly
?Node
$lastChild;
public
readonly
?Node
$firstChild;
/* Propriedades */
public
bool
$tight;
public
int
$delimiter;
/* Construtor */
public __construct()
/* Métodos herdados */
}Table of Contents
- CommonMark\Node\BulletList::__construct — Construção de BulletList