jobsTable = $jobsTable; } public function getJob() { return $this->jobsTable->find(['id'], ['value0' => $this->jobId])[0]; } } ?>