class League / CommonMark / Node / Block / AbstractBlock
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

getEndLine ( ) : void