interface Illuminate / Contracts / Queue / QueueableCollection

QueueableCollection

Methods

public

getQueueableClass ( ) : string|null

Get the type of the entities being queued.

public

getQueueableIds ( ) : array

Get the identifiers for all of the entities.

public

getQueueableRelations ( ) : array

Get the relationships of the entities being queued.

public

getQueueableConnection ( ) : string|null

Get the connection of the entities being queued.