[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 289 lines (9 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

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__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: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1