Cron\Report\JobReport::__construct PHP Метод

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

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