PHP Class FeedWidget

Inheritance: extends Widget
Mostrar archivo Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$count integer
$title string
$ttl integer
$url string

Public Methods

Method Description
render ( ) : void Render feeds

Private Methods

Method Description
getItems ( string $p_url ) : Iterator Get feed items from specified url

Method Details

render() public method

Render feeds
public render ( ) : void
return void

Property Details

$count protected_oe property

protected int $count
return integer

$title protected_oe property

protected string $title
return string

$ttl protected_oe property

protected int $ttl
return integer

$url protected_oe property

protected string $url
return string