string getName() Get the name of the queued job class. Return Value string
string getQueue() Get the name of the queue the job belongs to. Return Value string
Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance. Return Value Pheanstalk
Job getPheanstalkJob() Get the underlying Pheanstalk job. Return Value Job
string getJobId() Get the job identifier. Return Value string
bool isDeleted() Determine if the job has been deleted. Return Value bool
string getRawBody() Get the raw body string for the job. Return Value string
void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void
void fire() Fire the job. Return Value void
void bury() Bury the job in the queue. Return Value void
Page 939 of 996