com\setasign\Konquadrat\Import\File

PhpSpreadsheetImportFileIterator Class PhpSpreadsheetImportFileIterator

File: /Konquadrat/src/Import/File/PhpSpreadsheetImportFileIterator.php

Class hierarchy

Implements

Summary

Properties

$headings

$startRow


Methods

__construct()

public AbstractImportFileIterator::__construct (
\Traversable<int, mixed> $iterator,
array $headings,
int $startRow
)
Parameters
$iterator : \Traversable<int, mixed>
 
$headings : array
 
$startRow : int
 

current()

public PhpSpreadsheetImportFileIterator::current (
void
): ?array

filterCell()

protected AbstractImportFileIterator::filterCell (
mixed $cell
): ?mixed
Parameters
$cell : mixed
 

getInnerIterator()

key()

public AbstractImportFileIterator::key (
void
): int

next()

Internal PHP method: IteratorIterator::next

rewind()

public AbstractImportFileIterator::rewind (
void
): void

valid()

Internal PHP method: IteratorIterator::valid