MyBuilder\Cronos\Formatter\Job::__construct PHP Method

__construct() public method

public __construct ( string $command, Cron $cron )
$command string
$cron Cron
    public function __construct($command, Cron $cron)
    {
        $this->cron = $cron;
        $this->time = new Time();
        $this->command = $command;
        $this->output = new Output();
    }