Documentation

ProcessCreate
in package
implements ShouldQueue, ShouldBeEncrypted, ShouldBeUnique Uses Dispatchable, InteractsWithQueue, Queueable, SerializesModels, RetriableJob

Interfaces, Classes, Traits and Enums

ShouldQueue
ShouldBeEncrypted
ShouldBeUnique

Table of Contents

action  = "service_create"
The name of the action, to be used in the provisioning model
$provisioning  : Provisioning
__construct()  : void
Create a new job instance.
handle()  : void
Execute the job.
uniqueId()  : string
The unique ID of the job.

Constants

action

The name of the action, to be used in the provisioning model

public mixed action = "service_create"

Properties

Methods

__construct()

Create a new job instance.

public __construct(Provisioning $provisioning) : void
Parameters
$provisioning : Provisioning
Tags
params

Provisioning $provisioning

Return values
void

handle()

Execute the job.

public handle() : void
Tags
throws
Exception
Return values
void

uniqueId()

The unique ID of the job.

public uniqueId() : string
Return values
string

Search results