You are here

public function PHPExcel_DocumentProperties::setCompany in Loft Data Grids 6.2

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

Set Company

Parameters

string $pValue:

Return value

PHPExcel_DocumentProperties

File

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

Class

PHPExcel_DocumentProperties
PHPExcel_DocumentProperties

Code

public function setCompany($pValue = '') {
  $this->_company = $pValue;
  return $this;
}