ReadChunk
implements
ShouldQueue
Uses
Batchable, Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Interfaces, Classes, Traits and Enums
- ShouldQueue
Table of Contents
-
$timeout
: int
-
$csvPath
: string
-
$importer
: RedbookDataImport
-
$statement
: Statement
-
__construct()
: mixed
-
handle()
: void
$timeout
public
int
$timeout
= 300
$csvPath
protected
string
$csvPath
$importer
protected
RedbookDataImport
$importer
$statement
protected
Statement
$statement
__construct()
public
__construct(string $csvPath, Statement $statement, RedbookDataImport $importer) : mixed
Parameters
-
$csvPath
: string
-
-
$statement
: Statement
-
-
$importer
: RedbookDataImport
-
Return values
mixed
—
handle()
public
handle(RedbookData $collector) : void
Parameters
-
$collector
: RedbookData
-
-
throws
-
Exception
-
throws
-
InvalidArgument
-
throws
-
SyntaxError
-
throws
-
UnavailableFeature
-
throws
-
Throwable
Return values
void
—