You are here

crontab.inc in Ultimate Cron 7.2

File

plugins/ultimate_cron/scheduler/crontab.inc
View source
<?php

/**
 * @file
 * Crontab cron job scheduler for Ultimate Cron.
 */
$plugin = array(
  'title' => t('Crontab'),
  'description' => t('Use crontab rules for scheduling jobs.'),
  'handler' => array(
    'file' => 'crontab.class.php',
    'class' => 'UltimateCronCrontabScheduler',
    'parent' => 'UltimateCronScheduler',
  ),
);