[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/spout/src/Spout/Reader/ -> ReaderInterface.php (summary)

(no description)

File Size: 36 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ReaderInterface:: (3 methods):
  open()
  getSheetIterator()
  close()


Interface: ReaderInterface  - X-Ref

Interface ReaderInterface

open($filePath)   X-Ref
Prepares the reader to read the given file. It also makes sure
that the file exists and is readable.

param: string $filePath Path of the file to be read
return: void

getSheetIterator()   X-Ref
Returns an iterator to iterate over sheets.

return: \Iterator To iterate over sheets

close()   X-Ref
Closes the reader, preventing any additional reading

return: void



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1