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

DocumentPreParsedEvent

Event dispatched when the document is about to be parsed

Extends

Properties

private

$document

Default: null
private

$markdown

Default: null

Methods

public

__construct ( Document $document , MarkdownInputInterface $markdown ) : void

public

getDocument ( ) : void

public

getMarkdown ( ) : void

public

replaceMarkdown ( MarkdownInputInterface $markdownInput ) : void