Property | Type | Description | |
---|---|---|---|
$config | |||
$em | |||
$jobby |
Method | Description | |
---|---|---|
__construct ( |
Construct | |
addSchedulerJob ( $jobName, array $config ) | {@inheritDoc} | |
getNextRunDate ( $schedule, $currentTime = 'now', $nth, $allowCurrentDate = false ) | {@inheritDoc} | |
getPreviousRunDate ( $schedule, $currentTime = 'now', $nth, $allowCurrentDate = false ) | {@inheritDoc} | |
registerJob ( $jobName, array $config ) | {@inheritDoc} | |
removeJob ( $jobName, array $config ) | {@inheritDoc} | |
run ( ) | {@inheritDoc} |
public __construct ( |
||
$em |
public addSchedulerJob ( $jobName, array $config ) | ||
$config | array |
public getNextRunDate ( $schedule, $currentTime = 'now', $nth, $allowCurrentDate = false ) |
public getPreviousRunDate ( $schedule, $currentTime = 'now', $nth, $allowCurrentDate = false ) |
public registerJob ( $jobName, array $config ) | ||
$config | array |