You are here

public function PHPExcel_Writer_Excel5_Escher::getSpTypes in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Escher.php \PHPExcel_Writer_Excel5_Escher::getSpTypes()

* Gets the shape types * *

Return value

array

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Escher.php, line 531

Class

PHPExcel_Writer_Excel5_Escher
PHPExcel_Shared_Escher_DggContainer_BstoreContainer

Code

public function getSpTypes() {
  return $this->_spTypes;
}