|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for PHPExcel_IOFactory:Static Public Member Functions | |
| static | getSearchLocations () |
| Get search locations. | |
| static | setSearchLocations ($value) |
| Set search locations. | |
| static | addSearchLocation ($type= '', $location= '', $classname= '') |
| Add search location. | |
| static | createWriter (PHPExcel $phpExcel, $writerType= '') |
| Create PHPExcel_Writer_IWriter. | |
| static | createReader ($readerType= '') |
| Create PHPExcel_Reader_IReader. | |
| static | load ($pFilename) |
| Loads PHPExcel from file using automatic PHPExcel_Reader_IReader resolution. | |
| static | createReaderForFile ($pFilename) |
| Create PHPExcel_Reader_IReader for file using automatic PHPExcel_Reader_IReader resolution. | |
Private Member Functions | |
| __construct () | |
| Private constructor for PHPExcel_IOFactory. | |
Static Private Attributes | |
| static | $_searchLocations |
| static | $_autoResolveClasses |
Definition at line 54 of file IOFactory.php.
|
private |
|
static |
Add search location.
| string | $type | Example: IWriter |
| string | $location | Example: PHPExcel/Writer/{0}.php |
| string | $classname | Example: PHPExcel_Writer_{0} |
Definition at line 113 of file IOFactory.php.
|
static |
Create PHPExcel_Reader_IReader.
| string | $readerType | Example: Excel2007 |
Definition at line 155 of file IOFactory.php.
Referenced by createReaderForFile().
Here is the caller graph for this function:
|
static |
Create PHPExcel_Reader_IReader for file using automatic PHPExcel_Reader_IReader resolution.
| string | $pFileName |
| Exception |
Definition at line 198 of file IOFactory.php.
References $reader, and createReader().
Referenced by load().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Create PHPExcel_Writer_IWriter.
| PHPExcel | $phpExcel | |
| string | $writerType | Example: Excel2007 |
Definition at line 124 of file IOFactory.php.
|
static |
Get search locations.
Definition at line 88 of file IOFactory.php.
References $_searchLocations.
|
static |
Loads PHPExcel from file using automatic PHPExcel_Reader_IReader resolution.
| string | $pFileName |
Definition at line 186 of file IOFactory.php.
References $reader, and createReaderForFile().
Here is the call graph for this function:
|
static |
Set search locations.
| array | $value |
| Exception |
Definition at line 98 of file IOFactory.php.
|
staticprivate |
Definition at line 71 of file IOFactory.php.
|
staticprivate |
Definition at line 61 of file IOFactory.php.
Referenced by getSearchLocations().