Class League\CommonMark\Node\Block\AbstractBlock

abstract
extends Node

Block-level element

Methods
Methods inherited from League\CommonMark\Node\Node
__construct(), previous(), next(), insertAfter(), insertBefore(), replaceWith(), detach(), hasChildren(), firstChild(), lastChild(), children(), appendChild(), prependChild(), detachChildren(), replaceChildren(), getDepth(), walker(), iterator(), __clone(), assertInstanceOf()
Properties
Properties inherited from League\CommonMark\Node\Node
$data, $depth, $parent, $previous, $next, $firstChild, $lastChild