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

ListenCommand::__construct()

void __construct(Listener $listener) Create a new queue listen command. Parameters Listener $listener Return Value void

ConsoleMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

ClearCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

MorphPivot::offsetUnset()

void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void

ResponsePreparerInterface::readyForResponses()

bool readyForResponses() Determine if provider is ready to return responses. Return Value bool

Builder::avg()

mixed avg(string $column) Retrieve the average of the values of a given column. Parameters string $column Return Value mixed

Writer::write()

void write(string $level, string $message, array $context = array()) Dynamically pass log calls into the writer. Parameters string $level string $message array $context Return Value void

NullStore::many()

array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array

PublisherServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string