IronJob

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

IronConnector::__construct()

void __construct(Encrypter $crypt, Request $request) Create a new Iron connector instance. Parameters Encrypter $crypt Request $request Return Value void

IronConnector::connect()

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

IronConnector

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

InvalidKeyException class InvalidKeyException extends InvalidArgumentException (View source)

InteractsWithSockets::dontBroadcastToCurrentUser()

$this dontBroadcastToCurrentUser() Exclude the current user from receiving the broadcast. Return Value $this

InteractsWithSockets::broadcastToEveryone()

$this broadcastToEveryone() Broadcast the event to everyone. Return Value $this

InteractsWithSockets

InteractsWithSockets trait InteractsWithSockets (View source) Properties string|null $socket The socket ID for the user that raised the event.

InteractsWithSession::withSession()

$this withSession(array $data) Set the session to the given array. Parameters array $data Return Value $this

InteractsWithSession::session()

void session(array $data) Set the session to the given array. Parameters array $data Return Value void