ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
PHPExcel_Reader_IReader Interface Reference
+ Inheritance diagram for PHPExcel_Reader_IReader:
+ Collaboration diagram for PHPExcel_Reader_IReader:

Public Member Functions

 canRead ($pFilename)
 Can the current PHPExcel_Reader_IReader read the file?
 load ($pFilename)
 Loads PHPExcel from file.

Detailed Description

Definition at line 36 of file IReader.php.

Member Function Documentation

PHPExcel_Reader_IReader::canRead (   $pFilename)

Can the current PHPExcel_Reader_IReader read the file?

Parameters
string$pFileName
Returns
boolean

Implemented in PHPExcel_Reader_Excel5, PHPExcel_Reader_Excel2007, PHPExcel_Reader_CSV, and PHPExcel_Reader_Serialized.

PHPExcel_Reader_IReader::load (   $pFilename)

Loads PHPExcel from file.

Parameters
string$pFileName
Exceptions
Exception

Implemented in PHPExcel_Reader_Excel5, PHPExcel_Reader_Excel2007, PHPExcel_Reader_CSV, and PHPExcel_Reader_Serialized.


The documentation for this interface was generated from the following file: