public function PHPExcel::getProperties in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getProperties()
Get properties
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 425
Class
- PHPExcel
- PHPExcel
Code
public function getProperties() {
return $this->_properties;
}