class Scheduler (View source)

Properties

protected Date $dateService
protected Repository $config
protected EntityManager $entityManager

Methods

__construct(Date $dateService, Repository $config, EntityManager $entityManager)

No description

bool
isEnabled()

No description

createScheduledTask(TaskInterface $task, InputInterface $input, string $cronExpression)

No description

Details

__construct(Date $dateService, Repository $config, EntityManager $entityManager)

No description

Parameters

Date $dateService
Repository $config
EntityManager $entityManager

bool isEnabled()

No description

Return Value

bool

createScheduledTask(TaskInterface $task, InputInterface $input, string $cronExpression)

No description

Parameters

TaskInterface $task
InputInterface $input
string $cronExpression