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