SproutCMS

This is the code documentation for the SproutCMS project

class WorkerJobController

Runs worker jobs (i.e. Helpers which extend WorkerBase)

Source code (2 results)

/sprout/config/routes.php   Highlighted file source

Line 129: $config['worker_job/run/([0-9]+)/([a-zA-Z0-9]+)'] = 'WorkerJobController/run/$1/$2';

/sprout/Controllers/WorkerJobController.php   Highlighted file source

Line 24: class WorkerJobController extends Controller

A total of 2 lines in 2 files were found