PHP 클래스 Zfplanet_CronController, ZFPlanet

상속: extends Zend_Controller_Action
파일 보기 프로젝트 열기: padraic/ZFPlanet

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
_doPubsubhubbubNotification ( )
_getLuceneIndexer ( )
_getTwitterNotifier ( )

메소드 상세

_doPubsubhubbubNotification() 보호된 메소드

_getLuceneIndexer() 보호된 메소드

protected _getLuceneIndexer ( )

_getTwitterNotifier() 보호된 메소드

protected _getTwitterNotifier ( )

init() 공개 메소드

public init ( )

pollAction() 공개 메소드

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