NextDom\Enums\PluginManagerCron
Class PluginManagerCron
Synopsis
class PluginManagerCron
extends Enum
{
- // constants
- const CRON = 'cron';
- const CRON_5 = 'cron5';
- const CRON_10 = 'cron10';
- const CRON_15 = 'cron15';
- const CRON_30 = 'cron30';
- const CRON_DAILY = 'cronDaily';
- const CRON_HOURLY = 'cronHourly';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
CRON | 'cron' |
CRON_5 | 'cron5' |
CRON_10 | 'cron10' |
CRON_15 | 'cron15' |
CRON_30 | 'cron30' |
CRON_DAILY | 'cronDaily' |
CRON_HOURLY | 'cronHourly' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()