You are here

public static function PHPExcel_IOFactory::getSearchLocations in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/IOFactory.php \PHPExcel_IOFactory::getSearchLocations()

Get search locations

* @static * @access public

Return value

array

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/IOFactory.php, line 89

Class

PHPExcel_IOFactory
PHPExcel_IOFactory

Code

public static function getSearchLocations() {
  return self::$_searchLocations;
}