SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class DemoWorker

A basic demonstration of how worker jobs run, using WorkerBase

Variables

NameVisibilityDescription
$job_name 
$metric_names 

Functions

NameVisibilityDescription
runpublicDo the work which a worker must do

public run

void $DemoWorker->run ( mixed $a , mixed $b , mixed $c );

Do the work which a worker must do