IronJob class IronJob extends Job implements Job (View source) Methods void fire() Fire the 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 queue. from Job bool isDeletedOrReleased() Determine if the job has been deleted or released. from Job int attempts() Get the numbe
void __construct(Encrypter $crypt, Request $request) Create a new Iron connector instance. Parameters Encrypter $crypt Request $request Return Value void
Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue
IronConnector class IronConnector implements ConnectorInterface (View source) Methods void __construct(Encrypter $crypt, Request $request) Create a new Iron connector instance. Queue connect(array $config) Establish a queue connection.
InvalidKeyException class InvalidKeyException extends InvalidArgumentException (View source)
$this dontBroadcastToCurrentUser() Exclude the current user from receiving the broadcast. Return Value $this
$this broadcastToEveryone() Broadcast the event to everyone. Return Value $this
InteractsWithSockets trait InteractsWithSockets (View source) Properties string|null $socket The socket ID for the user that raised the event.
$this withSession(array $data) Set the session to the given array. Parameters array $data Return Value $this
void session(array $data) Set the session to the given array. Parameters array $data Return Value void
Page 579 of 996