extends |
AbstractBlock |
---|
Methods | ||
---|---|---|
public
|
__construct(?ReferenceMapInterface $referenceMap = null)
|
# |
public
|
getReferenceMap(): ReferenceMapInterface
|
# |
public
|
canContain(AbstractBlock $block): bool
|
# |
public
|
isCode(): bool
|
# |
public
|
matchesNextLine(Cursor $cursor): bool
|
# |
Methods inherited from League\CommonMark\Node\Block\AbstractBlock |
---|
setParent(), setStartLine(), getStartLine(), setEndLine(), getEndLine(), parent() |
Properties | |||
---|---|---|---|
protected
|
ReferenceMapInterface
|
$referenceMap
|
# |
Properties inherited from League\CommonMark\Node\Block\AbstractBlock |
---|
$startLine, $endLine |
Properties inherited from League\CommonMark\Node\Node |
---|
$data, $depth, $parent, $previous, $next, $firstChild, $lastChild |