Documentation

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

$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

Search results