Inheritance: extends AbstractHandler
Example #1
0
 protected function scheduleCommand($command, \DateTimeInterface $dateTime, string $id)
 {
     $hander = new ScheduledCommandHandler($this->implementation);
     $hander->handleScheduledCommand(new ScheduledCommand($command, $dateTime, $id));
 }