[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpexcel/PHPExcel/ -> IOFactory.php (summary)

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 288 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_IOFactory:: (9 methods):
  __construct()
  getSearchLocations()
  setSearchLocations()
  addSearchLocation()
  createWriter()
  createReader()
  load()
  identify()
  createReaderForFile()


Class: PHPExcel_IOFactory  - X-Ref

PHPExcel_IOFactory

__construct()   X-Ref
Private constructor for PHPExcel_IOFactory


getSearchLocations()   X-Ref
Get search locations

return: array

setSearchLocations($value)   X-Ref
Set search locations

param: array $value

addSearchLocation($type = '', $location = '', $classname = '')   X-Ref
Add search location

param: string $type        Example: IWriter
param: string $location    Example: PHPExcel/Writer/{0}.php
param: string $classname     Example: PHPExcel_Writer_{0}

createWriter(PHPExcel $phpExcel, $writerType = '')   X-Ref
Create PHPExcel_Writer_IWriter

param: PHPExcel $phpExcel
param: string  $writerType    Example: Excel2007
return: PHPExcel_Writer_IWriter

createReader($readerType = '')   X-Ref
Create PHPExcel_Reader_IReader

param: string $readerType    Example: Excel2007
return: PHPExcel_Reader_IReader

load($pFilename)   X-Ref
Loads PHPExcel from file using automatic PHPExcel_Reader_IReader resolution

param: string         $pFilename        The name of the spreadsheet file
return: PHPExcel

identify($pFilename)   X-Ref
Identify file type using automatic PHPExcel_Reader_IReader resolution

param: string         $pFilename        The name of the spreadsheet file to identify
return: string

createReaderForFile($pFilename)   X-Ref
Create PHPExcel_Reader_IReader for file using automatic PHPExcel_Reader_IReader resolution

param: string         $pFilename        The name of the spreadsheet file
return: PHPExcel_Reader_IReader



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1