Spork Code Libraries

ScheduleListener

An MVC listener aggregate that runs scheduled jobs after the application request has completed. This is intended as a convient way to test jobs in a development environment and is not recommended to be used on production servers.

Summary

Methods

attach()
run()

Properties

Constants

Extends
\Zend\EventManager\AbstractListenerAggregate

Methods

attach()

attach(\Zend\EventManager\EventManagerInterface  $events) 

Parameters

\Zend\EventManager\EventManagerInterface $events

run()

run(\Zend\Mvc\MvcEvent  $event) 

Parameters

\Zend\Mvc\MvcEvent $event