X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Queue
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Queue
/
📁
..
📄
EntityNotFoundException.php
(452 B)
📄
EntityResolver.php
(259 B)
📄
Factory.php
(264 B)
📄
Job.php
(3.03 KB)
📄
Monitor.php
(672 B)
📄
Queue.php
(2.26 KB)
📄
QueueableCollection.php
(659 B)
📄
QueueableEntity.php
(481 B)
📄
ShouldQueue.php
(79 B)
Editing: QueueableCollection.php
<?php namespace Illuminate\Contracts\Queue; interface QueueableCollection { /** * Get the type of the entities being queued. * * @return string|null */ public function getQueueableClass(); /** * Get the identifiers for all of the entities. * * @return array */ public function getQueueableIds(); /** * Get the relationships of the entities being queued. * * @return array */ public function getQueueableRelations(); /** * Get the connection of the entities being queued. * * @return string|null */ public function getQueueableConnection(); }
Upload File
Create Folder