class
League
/
CommonMark
/
Extension
/
FrontMatter
/
Output
/
RenderedContentWithFrontMatter
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
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}