You are here

poorman.inc in Ultimate Cron 7.2

File

plugins/ultimate_cron/settings/poorman.inc
View source
<?php

/**
 * @file
 * Poormans cron settings for Ultimate Cron.
 */
$plugin = array(
  'title' => t('Poormans Cron'),
  'description' => t('Poormans cron settings.'),
  'handler' => array(
    'file' => 'poorman.class.php',
    'class' => 'UltimateCronPoormanSettings',
    'parent' => 'UltimateCronSettings',
  ),
);