MGDigital\BusQue\ScheduledCommand::__construct PHP Метод

__construct() публичный Метод

public __construct ( $command, DateTimeInterface $dateTime, string $id = null )
$dateTime DateTimeInterface
$id string
    public function __construct($command, \DateTimeInterface $dateTime, string $id = null)
    {
        $this->command = $command;
        $this->dateTime = $dateTime;
        $this->id = $id;
    }