PHP Класс Box\Spout\Reader\ODS\Reader

Наследование: extends Box\Spout\Reader\AbstractReader
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$sheetIterator To iterator over the ODS sheets
$zip ZipArchive

Защищенные методы

Метод Описание
closeReader ( ) : void Closes the reader. To be used after reading the file.
doesSupportStreamWrapper ( ) : boolean Returns whether stream wrappers are supported
getConcreteSheetIterator ( ) : SheetIterator Returns an iterator to iterate over sheets.
getOptions ( ) : ReaderOptions Returns the reader's current options
openReader ( string $filePath ) : void Opens the file at the given file path to make it ready to be read.

Описание методов

closeReader() защищенный метод

Closes the reader. To be used after reading the file.
protected closeReader ( ) : void
Результат void

doesSupportStreamWrapper() защищенный метод

Returns whether stream wrappers are supported
protected doesSupportStreamWrapper ( ) : boolean
Результат boolean

getConcreteSheetIterator() защищенный метод

Returns an iterator to iterate over sheets.
protected getConcreteSheetIterator ( ) : SheetIterator
Результат SheetIterator To iterate over sheets

getOptions() защищенный метод

Returns the reader's current options
protected getOptions ( ) : ReaderOptions
Результат ReaderOptions

openReader() защищенный метод

Opens the file at the given file path to make it ready to be read.
protected openReader ( string $filePath ) : void
$filePath string Path of the file to be read
Результат void

Описание свойств

$sheetIterator защищенное свойство

To iterator over the ODS sheets
protected $sheetIterator

$zip защищенное свойство

protected ZipArchive $zip
Результат ZipArchive