PHP Class Zfplanet_CronController, ZFPlanet

Inheritance: extends Zend_Controller_Action
Afficher le fichier Open project: padraic/ZFPlanet

Méthodes publiques

Méthode Description
init ( )
pollAction ( ) : void Polls all registered feeds. The actual polling is performed by the retrieved Models, so all we do here is get those Models and setup Zend_Feed_Reader caching/conditional GET support if configured.

Méthodes protégées

Méthode Description
_doPubsubhubbubNotification ( )
_getLuceneIndexer ( )
_getTwitterNotifier ( )

Method Details

_doPubsubhubbubNotification() protected méthode

_getLuceneIndexer() protected méthode

protected _getLuceneIndexer ( )

_getTwitterNotifier() protected méthode

protected _getTwitterNotifier ( )

init() public méthode

public init ( )

pollAction() public méthode

Polling is NOT performed for feeds which have a confirmed Pubsubhubbub subscription active.
public pollAction ( ) : void
Résultat void