SproutCMS

This is the code documentation for the SproutCMS project

function runJob()

Internal job runner for cron jobs

Just creates an instance of the class (must be a controller), then calls the method

Parameters are passed by CLI argv array; 2 => class, 3 => function

Usage

void $CronJobController->runJob ( );

Return value

  • void