PHP Class Contao\ModuleArticleList

Inheritance: extends Module
显示文件 Open project: contao/core-bundle

Protected Properties

Property Type Description
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Do not display the module if there are no articles

Protected Methods

Method Description
compile ( ) Generate the module

Method Details

compile() protected method

Generate the module
protected compile ( )

generate() public method

Do not display the module if there are no articles
public generate ( ) : string
return string

Property Details

$strTemplate protected_oe property

Template
protected string $strTemplate
return string