Cron\Report\JobReport::__construct PHP Method

__construct() public method

public __construct ( Cron\Job\JobInterface $job )
$job Cron\Job\JobInterface
    public function __construct(JobInterface $job)
    {
        $this->job = $job;
    }