You are here

public function PHPExcel_DocumentProperties::setKeywords in Loft Data Grids 7.2

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

Set Keywords

Parameters

string $pValue:

Return value

PHPExcel_DocumentProperties

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php, line 317

Class

PHPExcel_DocumentProperties
PHPExcel_DocumentProperties

Code

public function setKeywords($pValue = '') {
  $this->_keywords = $pValue;
  return $this;
}