ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().