SqsJob::getContainer()

Container getContainer() Get the service container instance. Return Value Container

SqsJob::fire()

void fire() Fire the job. Return Value void

SqsJob::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

SqsJob::delete()

void delete() Delete the job from the queue. Return Value void

SqsConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue

SqsJob

SqsJob class SqsJob extends Job implements Job (View source) Methods int attempts() Get the number of times the job has been attempted. string getRawBody() Get the raw body string for the job. void fire() Fire the job. from Job void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. from Job void release(int $delay) Release the job back into the queue. bool isReleased() Determine if the job was released back into the

SqlServerProcessor

SqlServerProcessor class SqlServerProcessor extends Processor (View source) Methods array processSelect(Builder $query, array $results) Process the results of a "select" query. from Processor int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. array processColumnListing(array $results) Process the results of a column listing query.

SqlServerProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

SqlServerProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array

SqlServerProcessor::processSelect()

array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array