PHP Class Zfplanet_CronController, ZFPlanet

Inheritance: extends Zend_Controller_Action
Show file Open project: padraic/ZFPlanet

Public Methods

Method 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.

Protected Methods

Method Description
_doPubsubhubbubNotification ( )
_getLuceneIndexer ( )
_getTwitterNotifier ( )

Method Details

_doPubsubhubbubNotification() protected method

_getLuceneIndexer() protected method

protected _getLuceneIndexer ( )

_getTwitterNotifier() protected method

protected _getTwitterNotifier ( )

init() public method

public init ( )

pollAction() public method

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