PHP Class Yalesov\Cron\Controller\CronController

Author: yalesov ([email protected])
Inheritance: extends Zend\Mvc\Controller\AbstractActionController
Exibir arquivo Open project: heartsentwined/zf2-cron

Public Methods

Method Description
indexAction ( ) : Response | void run the cron service

Method Details

indexAction() public method

if called from browser, will suppress output and continue execution in background
public indexAction ( ) : Response | void
return Response | void