Box\Spout\Reader\CSV\SheetIterator::__construct PHP Метод

__construct() публичный Метод

public __construct ( resource $filePointer, ReaderOptions $options, Box\Spout\Common\Helper\GlobalFunctionsHelper $globalFunctionsHelper )
$filePointer resource
$options ReaderOptions
$globalFunctionsHelper Box\Spout\Common\Helper\GlobalFunctionsHelper
    public function __construct($filePointer, $options, $globalFunctionsHelper)
    {
        $this->sheet = new Sheet($filePointer, $options, $globalFunctionsHelper);
    }