SproutCMS

This is the code documentation for the SproutCMS project

class DemoWorker

A basic demonstration of how worker jobs run, using WorkerBase

Source code (2 results)

/modules/Demo/Controllers/Admin/DemoItemAdminController.php   Highlighted file source

Line 178: $worker = WorkerCtrl::start('SproutModules\\Karmabunny\\Demo\\Helpers\\DemoWorker', 100, 500, 1000);

/modules/Demo/Helpers/DemoWorker.php   Highlighted file source

Line 24: class DemoWorker extends WorkerBase

A total of 2 lines in 2 files were found