public function PHPExcel_DocumentProperties::setCategory in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php \PHPExcel_DocumentProperties::setCategory()
Set Category
Parameters
string $pValue:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ DocumentProperties.php, line 337
Class
- PHPExcel_DocumentProperties
- PHPExcel_DocumentProperties
Code
public function setCategory($pValue = '') {
$this->_category = $pValue;
return $this;
}