public function PHPExcel_DocumentProperties::getCustomProperties in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php \PHPExcel_DocumentProperties::getCustomProperties()
Get a List of Custom Property Names
Return value
array of string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ DocumentProperties.php, line 387
Class
- PHPExcel_DocumentProperties
- PHPExcel_DocumentProperties
Code
public function getCustomProperties() {
return array_keys($this->_customProperties);
}