PHP Класс Zfplanet_CronController, ZFPlanet

Наследование: extends Zend_Controller_Action
Показать файл Открыть проект

Открытые методы

Метод Описание
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