Documentation

QueueableCollection

Table of Contents

getQueueableClass()  : string|null
Get the type of the entities being queued.
getQueueableConnection()  : string|null
Get the connection of the entities being queued.
getQueueableIds()  : array<string|int, mixed>
Get the identifiers for all of the entities.

Methods

getQueueableClass()

Get the type of the entities being queued.

public getQueueableClass() : string|null
Return values
string|null

getQueueableConnection()

Get the connection of the entities being queued.

public getQueueableConnection() : string|null
Return values
string|null

getQueueableIds()

Get the identifiers for all of the entities.

public getQueueableIds() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results