class League / CommonMark / Extension / FrontMatter / Output / RenderedContentWithFrontMatter
final

RenderedContentWithFrontMatter

Extends

Implements

Properties

private

$frontMatter mixed

Default: null

Methods

public

__construct ( Document $document , string $content , $frontMatter ) : void

Parameters

  • $document Document
    The parsed Document object
  • $content string
    The final HTML
  • $frontMatter mixed|null
    Any parsed front matter
public

getFrontMatter ( ) : void

{@inheritDoc}