Interfaces, Classes, Traits and Enums
- Itemable
Table of Contents
-
$dataPath
: string
-
$importer
: string
-
$output
: OutputStyle|null
-
__construct()
: mixed
-
getReader()
: RedbookDataReader
-
import()
: bool
-
process()
: bool
-
exists()
: bool
-
getStream()
: resource|null
$dataPath
protected
string
$dataPath
$importer
protected
string
$importer
= \App\Imports\RedbookDataMakesImport::class
$output
protected
OutputStyle|null
$output
__construct()
public
__construct([mixed $output = NULL ]) : mixed
Parameters
-
$output
: mixed
= NULL
-
Return values
mixed
—
getReader()
public
getReader(string $path) : RedbookDataReader
Parameters
-
$path
: string
-
-
throws
-
InvalidArgument
-
throws
-
UnavailableFeature
Return values
RedbookDataReader
—
import()
public
import() : bool
-
throws
-
Exception|Throwable
Return values
bool
—
process()
public
process() : bool
-
throws
-
Exception
-
throws
-
FileNotFoundException
-
throws
-
Throwable
Return values
bool
—
exists()
protected
exists() : bool
Return values
bool
—
getStream()
protected
getStream(string $path) : resource|null
Parameters
-
$path
: string
-
Return values
resource|null
—