Drive Manifold

RedbookDataCiphersImport extends RedbookDataImport
in package
implements WithMapping

Interfaces, Classes, Traits and Enums

WithMapping

Table of Contents

$currentRow  : CsvRow
$id  : string
$job  : string
$output  : OutputStyle|null
$rows  : Collection
$rowsRead  : int
$totalRows  : int
__construct()  : mixed
__sleep()  : array<string|int, string>
getConsoleOutput()  : OutputStyle|null
getRows()  : Collection
import()  : PendingBatch|void
map()  : Collection
onRow()  : RedbookDataImport|void
read()  : void
setNoOutput()  : $this
withOutput()  : $this
dispatch()  : void
flush()  : void
getChunkIndex()  : int
getCurrentRow()  : CsvRow
getRowNumber()  : int
getTotalRows()  : int
importChunked()  : PendingBatch|null
shouldFlush()  : bool

Properties

Methods

__sleep()

public __sleep() : array<string|int, string>
Return values
array<string|int, string>

getConsoleOutput()

public getConsoleOutput() : OutputStyle|null
Return values
OutputStyle|null

map()

public map(array<string|int, mixed> $row) : Collection
Parameters
$row : array<string|int, mixed>
Return values
Collection

read()

public read(RedbookDataReader $redbookDataReader[, Statement|null $statement = null ]) : void
Parameters
$redbookDataReader : RedbookDataReader
$statement : Statement|null = null
Tags
throws
Exception
throws
SyntaxError
Return values
void

withOutput()

public withOutput(OutputStyle $output) : $this
Parameters
$output : OutputStyle
Return values
$this

Search results