You are here

protected function JobScheduler::__construct in Job Scheduler 6

Same name and namespace in other branches
  1. 7.2 JobScheduler.inc \JobScheduler::__construct()
  2. 7 JobScheduler.inc \JobScheduler::__construct()

Protect constructor.

File

./JobScheduler.inc, line 35
JobScheduler class.

Class

JobScheduler
Handle adding and removing jobs from schedule.

Code

protected function __construct() {
}