class
League
/
CommonMark
/
Node
/
Block
/
AbstractBlock
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
abstract
AbstractBlock
Block-level element
Extends
Properties
protected
$startLine
Default: null
protected
$endLine
Default: null
Methods
protected
setParent ( Node $node ) : void
public
setStartLine ( int $startLine ) : void
public
getStartLine ( ) : void
public
setEndLine ( int $endLine ) : void
public