PHP Class Box\Spout\Reader\CSV\Sheet

Inheritance: implements Box\Spout\Reader\SheetInterface
Datei anzeigen Open project: box/spout

Protected Properties

Property Type Description
$rowIterator To iterate over the CSV's rows

Public Methods

Method Description
__construct ( resource $filePointer, ReaderOptions $options, Box\Spout\Common\Helper\GlobalFunctionsHelper $globalFunctionsHelper )
getRowIterator ( ) : RowIterator

Method Details

__construct() public method

public __construct ( resource $filePointer, ReaderOptions $options, Box\Spout\Common\Helper\GlobalFunctionsHelper $globalFunctionsHelper )
$filePointer resource Pointer to the CSV file to read
$options ReaderOptions
$globalFunctionsHelper Box\Spout\Common\Helper\GlobalFunctionsHelper

getRowIterator() public method

public getRowIterator ( ) : RowIterator
return RowIterator

Property Details

$rowIterator protected_oe property

To iterate over the CSV's rows
protected $rowIterator