ProcessClassNameUpdated
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Interfaces, Classes, Traits and Enums
- ShouldQueue
Table of Contents
- $apiVersion : string
- The apiVersion that should be used to retrieve the service
- $camel_class_name : ClassName
- The Credential instance
- $mock : bool
- From configuration, defines wherever the call to the underlying stack should be mocked or real
- __construct() : mixed
- Create a new job instance.
- handle() : void
Properties
$apiVersion
The apiVersion that should be used to retrieve the service
private
string
$apiVersion
$camel_class_name
The Credential instance
private
ClassName
$camel_class_name
$mock
From configuration, defines wherever the call to the underlying stack should be mocked or real
private
bool
$mock
Methods
__construct()
Create a new job instance.
public
__construct(ClassName $camel_class_name, string $apiVersion[, bool $mock = false ]) : mixed
Parameters
- $camel_class_name : ClassName
- $apiVersion : string
- $mock : bool = false
Return values
mixed —handle()
public
handle() : void