PHP Class Contao\ContentMarkdown

Inheritance: extends ContentElement
Mostra file Open project: contao/core-bundle

Protected Properties

Property Type Description
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Show the raw markdown code in the back end

Protected Methods

Method Description
compile ( ) Generate the content element

Method Details

compile() protected method

Generate the content element
protected compile ( )

generate() public method

Show the raw markdown code in the back end
public generate ( ) : string
return string

Property Details

$strTemplate protected_oe property

Template
protected string $strTemplate
return string