OrderedList concrete CommonMark\Node
(cmark >= 1.0.0)
类摘要
final
CommonMark\Node\OrderedList
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
;
public
int
$start
;
/* Constructor */
/* 继承的方法 */
}Table of Contents
- CommonMark\Node\OrderedList::__construct — OrderedList Construction