interface Illuminate / Contracts / Queue / QueueableCollection
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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.