<?phpnamespaceIlluminate\Contracts\Queue;interfaceQueueableCollection{/** * Get the type of the entities being queued. * * @return string|null */publicfunctiongetQueueableClass();/** * Get the identifiers for all of the entities. * * @return array */publicfunctiongetQueueableIds();}