CommonMark\Node\OrderedList::__construct

(cmark >= 1.0.0)

CommonMark\Node\OrderedList::__constructOrderedList Construction

Description

publicCommonMark\Node\OrderedList::__construct()
publicCommonMark\Node\OrderedList::__construct(int$tight)
publicCommonMark\Node\OrderedList::__construct(int$tight, int$delimiter)
publicCommonMark\Node\OrderedList::__construct(int$tight, int$delimiter, int$start)

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

tight

delimiter

start

To Top