Kohkimakimoto\Worker\Job\JobForkedProcessEvent::__construct PHP Method

__construct() public method

public __construct ( Worker $worker, $job )
$worker Kohkimakimoto\Worker\Worker
    public function __construct(Worker $worker, $job)
    {
        $this->worker = $worker;
        $this->job = $job;
    }