PHP Class FeedWidget

Inheritance: extends Widget
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$count integer
$title string
$ttl integer
$url string

Méthodes publiques

Méthode Description
render ( ) : void Render feeds

Private Methods

Méthode Description
getItems ( string $p_url ) : Iterator Get feed items from specified url

Method Details

render() public méthode

Render feeds
public render ( ) : void
Résultat void

Property Details

$count protected_oe property

protected int $count
Résultat integer

$title protected_oe property

protected string $title
Résultat string

$ttl protected_oe property

protected int $ttl
Résultat integer

$url protected_oe property

protected string $url
Résultat string