PendingChain
class PendingChain (View source)
Properties
string | $class | The class name of the job being dispatched. |
|
array | $chain | The jobs to be chained. |
Methods
void
__construct(string $class, array $chain)
Create a new PendingChain instance.
dispatch()
Dispatch the job with the given arguments.
Details
void
__construct(string $class, array $chain)
Create a new PendingChain instance.
PendingDispatch
dispatch()
Dispatch the job with the given arguments.