PHP Class Contao\ModuleRssReader

Inheritance: extends Module
Show file Open project: contao/core-bundle

Protected Properties

Property Type Description
$objFeed SimplePie RSS feed
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Display a wildcard in the back end

Protected Methods

Method Description
compile ( ) Generate the module

Method Details

compile() protected method

Generate the module
protected compile ( )

generate() public method

Display a wildcard in the back end
public generate ( ) : string
return string

Property Details

$objFeed protected property

RSS feed
protected SimplePie $objFeed
return SimplePie

$strTemplate protected property

Template
protected string $strTemplate
return string