RedbookDataReader
Table of Contents
-
$csvPath
: string
-
$reader
: Reader
-
__construct()
: mixed
-
getCsvPath()
: string
-
getReader()
: Reader
$csvPath
protected
string
$csvPath
$reader
protected
Reader
$reader
__construct()
public
__construct( $stream, string $csvPath) : mixed
Parameters
-
$stream
:
-
-
$csvPath
: string
-
-
throws
-
InvalidArgument
-
throws
-
UnavailableFeature
Return values
mixed
—
getCsvPath()
public
getCsvPath() : string
Return values
string
—
getReader()
public
getReader() : Reader
Return values
Reader
—