You are here

public function PHPExcel::getProperties in Loft Data Grids 7.2

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

Get properties

Return value

PHPExcel_DocumentProperties

File

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

Class

PHPExcel
PHPExcel

Code

public function getProperties() {
  return $this->_properties;
}