|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for PHPExcel_Reader_Serialized:
Collaboration diagram for PHPExcel_Reader_Serialized:Public Member Functions | |
| canRead ($pFilename) | |
| Can the current PHPExcel_Reader_IReader read the file? | |
| load ($pFilename) | |
| Loads PHPExcel Serialized file. | |
| fileSupportsUnserializePHPExcel ($pFilename= '') | |
| Does a file support UnserializePHPExcel ? | |
Private Member Functions | |
| _loadSerialized ($pFilename) | |
| Load PHPExcel Serialized file. | |
Definition at line 54 of file Serialized.php.
|
private |
Load PHPExcel Serialized file.
| string | $pFilename |
Definition at line 100 of file Serialized.php.
Referenced by load().
Here is the caller graph for this function:| PHPExcel_Reader_Serialized::canRead | ( | $pFilename | ) |
Can the current PHPExcel_Reader_IReader read the file?
| string | $pFileName |
Implements PHPExcel_Reader_IReader.
Definition at line 62 of file Serialized.php.
References fileSupportsUnserializePHPExcel().
Here is the call graph for this function:| PHPExcel_Reader_Serialized::fileSupportsUnserializePHPExcel | ( | $pFilename = '' | ) |
Does a file support UnserializePHPExcel ?
| string | $pFilename |
| Exception |
Definition at line 124 of file Serialized.php.
References PHPExcel_Shared_File\file_exists().
Referenced by canRead(), and load().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Reader_Serialized::load | ( | $pFilename | ) |
Loads PHPExcel Serialized file.
| string | $pFilename |
| Exception |
Implements PHPExcel_Reader_IReader.
Definition at line 79 of file Serialized.php.
References _loadSerialized(), and fileSupportsUnserializePHPExcel().
Here is the call graph for this function: