abstract | |
---|---|
extends |
Node |
Block-level element
Methods | ||
---|---|---|
protected
|
setParent(?Node $node = null): void
|
# |
public
|
setStartLine(?int $startLine): void
|
# |
public
|
getStartLine(): ?int
|
# |
public
|
setEndLine(?int $endLine): void
|
# |
public
|
getEndLine(): ?int
|
# |
public
|
parent()
|
# |
Properties | |||
---|---|---|---|
protected
|
?int
|
$startLine = null
|
# |
protected
|
?int
|
$endLine = null
|
# |
Properties inherited from League\CommonMark\Node\Node |
---|
$data, $depth, $parent, $previous, $next, $firstChild, $lastChild |