interface
Illuminate
/
Contracts
/
Queue
/
QueueableCollection
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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.