SproutCMS

This is the code documentation for the SproutCMS project

class CronJobController

Runs scheduled tasks assigned by Register::cronJob on behalf of the UN*X cron utility

Source code (2 results)

/sprout/config/routes.php   Highlighted file source

Line 126: $config['cron_job/run/([a-zA-Z0-9_]+)'] = 'CronJobController/run/$1';
Line 127: $config['cron_job/runJob'] = 'CronJobController/runJob';

/sprout/Controllers/CronJobController.php   Highlighted file source

Line 25: class CronJobController extends Controller

A total of 3 lines in 2 files were found