You are here

public function PHPExcel::hasRibbonBinObjects in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::hasRibbonBinObjects()

* This workbook have additionnal object for the ribbon ? * *

Return value

true|false

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 321

Class

PHPExcel
PHPExcel

Code

public function hasRibbonBinObjects() {
  return !is_null($this->_ribbonBinObjects);
}