interface QueueableEntity

Methods

mixed
getQueueableId()

Get the queueable identity for the entity.

array
getQueueableRelations()

Get the relationships for the entity.

string|null
getQueueableConnection()

Get the connection of the entity.

Details

at line 12
mixed getQueueableId()

Get the queueable identity for the entity.

Return Value

mixed

at line 17
array getQueueableRelations()

Get the relationships for the entity.

Return Value

array

at line 22
string|null getQueueableConnection()

Get the connection of the entity.

Return Value

string|null