jobs[] = array( 'job' => $job, 'startAfter' => $startAfter ); return $job; } public function getJobs() { return $this->jobs; } }