Table of Contents
-
$dataFilePattern
: string
-
$dataPath
: string
-
$importer
: string
-
$output
: OutputStyle|null
-
__construct()
: mixed
-
import()
: bool
-
process()
: bool
-
exists()
: bool
-
getFilePaths()
: Collection
-
getStream()
: resource|null
$dataFilePattern
protected
string
$dataFilePattern
$dataPath
protected
string
$dataPath
$importer
protected
string
$importer
$output
protected
OutputStyle|null
$output
__construct()
public
__construct([mixed $output = null ]) : mixed
Parameters
-
$output
: mixed
= null
-
Return values
mixed
—
import()
public
import() : bool
Return values
bool
—
process()
public
process() : bool
-
throws
-
FileNotFoundException
-
throws
-
Throwable
Return values
bool
—
exists()
protected
exists() : bool
Return values
bool
—
getFilePaths()
protected
getFilePaths() : Collection
Return values
Collection
—
getStream()
protected
getStream(string $path) : resource|null
Parameters
-
$path
: string
-
Return values
resource|null
—