parent root
PHP: CommonMark\Node\OrderedList::__construct - Manual

CommonMark\Node\OrderedList::__construct

(cmark >= 1.0.0)

CommonMark\Node\OrderedList::__constructOrderedList Construction

Description

public CommonMark\Node\OrderedList::__construct ( void )
public CommonMark\Node\OrderedList::__construct ( int $tight )
public CommonMark\Node\OrderedList::__construct ( int $tight , int $delimiter )
public CommonMark\Node\OrderedList::__construct ( int $tight , int $delimiter , int $start )

Warning

This function is currently not documented; only its argument list is available.

Parameters

tight

delimiter

start

add a noteadd a note

User Contributed Notes

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