PHP Class Piwik\Plugins\RssWidget\RssRenderer

Show file Open project: piwik/piwik Class Usage Examples

Protected Properties

Property Type Description
$count
$showContent
$showDescription
$url

Public Methods

Method Description
__construct ( $url )
get ( )
setCountPosts ( $count )
showContent ( $bool )
showDescription ( $bool )

Method Details

__construct() public method

public __construct ( $url )

get() public method

public get ( )

setCountPosts() public method

public setCountPosts ( $count )

showContent() public method

public showContent ( $bool )

showDescription() public method

public showDescription ( $bool )

Property Details

$count protected property

protected $count

$showContent protected property

protected $showContent

$showDescription protected property

protected $showDescription

$url protected property

protected $url