SftpTransfer
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Interfaces, Classes and Traits
- ShouldQueue
Table of Contents
- $content : mixed
- $filename : mixed
- $path : mixed
- $repo : mixed
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
Properties
$content
private
mixed
$content
$filename
private
mixed
$filename
$path
private
mixed
$path
$repo
private
mixed
$repo
Methods
__construct()
Create a new job instance.
public
__construct(string $filename, mixed $content, array<string|int, mixed> $repo[, mixed $path = null ]) : void
Parameters
- $filename : string
- $content : mixed
- $repo : array<string|int, mixed>
- $path : mixed = null
Return values
void —handle()
Execute the job.
public
handle() : void