class League / CommonMark / Input / MarkdownInput
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.

MarkdownInput

Implements

Properties

private

$lines array|null

Default: null
private

$content

Default: null
private

$lineCount

Default: null
private

$lineOffset

Default: null

Methods

public

__construct ( string $content , int $lineOffset ) : void

public

getContent ( ) : void

public

getLines ( ) : void

{@inheritDoc}

public

getLineCount ( ) : void

private

splitLinesIfNeeded ( ) : void