public static function PHPExcel_IOFactory::getSearchLocations in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.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;
}