|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for PHPExcel_IOFactory:Static Public Member Functions | |
| static | getSearchLocations () |
| Get search locations. More... | |
| static | setSearchLocations ($value) |
| Set search locations. More... | |
| static | addSearchLocation ($type='', $location='', $classname='') |
| Add search location. More... | |
| static | createWriter (PHPExcel $phpExcel, $writerType='') |
| Create PHPExcel_Writer_IWriter. More... | |
| static | createReader ($readerType='') |
| Create PHPExcel_Reader_IReader. More... | |
| static | load ($pFilename) |
| Loads PHPExcel from file using automatic PHPExcel_Reader_IReader resolution. More... | |
| static | identify ($pFilename) |
| Identify file type using automatic PHPExcel_Reader_IReader resolution. More... | |
| static | createReaderForFile ($pFilename) |
| Create PHPExcel_Reader_IReader for file using automatic PHPExcel_Reader_IReader resolution. More... | |
Private Member Functions | |
| __construct () | |
| Private constructor for PHPExcel_IOFactory. More... | |
Static Private Attributes | |
| static | $_searchLocations |
| static | $_autoResolveClasses |
Definition at line 45 of file IOFactory.php.
|
private |
|
static |
Add search location.
@access public
| string | $type | Example: IWriter |
| string | $location | Example: PHPExcel/Writer/{0}.php |
| string | $classname | Example: PHPExcel_Writer_{0} |
Definition at line 118 of file IOFactory.php.
References $location.
|
static |
Create PHPExcel_Reader_IReader.
@access public
| string | $readerType | Example: Excel2007 |
| PHPExcel_Reader_Exception |
Definition at line 161 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.
@access public
| string | $pFilename | The name of the spreadsheet file |
| PHPExcel_Reader_Exception |
Definition at line 221 of file IOFactory.php.
References $reader, and createReader().
Referenced by identify(), and load().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Create PHPExcel_Writer_IWriter.
@access public
| PHPExcel | $phpExcel | |
| string | $writerType | Example: Excel2007 |
| PHPExcel_Reader_Exception |
Definition at line 132 of file IOFactory.php.
Referenced by ilExcel\sendToClient(), ilExcel\writeToFile(), and ilExcel\writeToTmpFile().
Here is the caller graph for this function:
|
static |
Get search locations.
@static @access public
Definition at line 89 of file IOFactory.php.
References $_searchLocations.
|
static |
Identify file type using automatic PHPExcel_Reader_IReader resolution.
@access public
| string | $pFilename | The name of the spreadsheet file to identify |
| PHPExcel_Reader_Exception |
Definition at line 204 of file IOFactory.php.
References $reader, and createReaderForFile().
Here is the call graph for this function:
|
static |
Loads PHPExcel from file using automatic PHPExcel_Reader_IReader resolution.
@access public
| string | $pFilename | The name of the spreadsheet file |
| PHPExcel_Reader_Exception |
Definition at line 190 of file IOFactory.php.
References $reader, and createReaderForFile().
Referenced by ilExcel\loadFromFile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Set search locations.
@access public
| array | $value |
| PHPExcel_Reader_Exception |
Definition at line 101 of file IOFactory.php.
|
staticprivate |
Definition at line 66 of file IOFactory.php.
|
staticprivate |
Definition at line 54 of file IOFactory.php.
Referenced by getSearchLocations().