Cron\Report\JobReport::__construct PHP 메소드

__construct() 공개 메소드

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