You are here

public function PHPExcel_DocumentProperties::getCreator 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::getCreator()

Get Creator

Return value

string

File

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

Class

PHPExcel_DocumentProperties
PHPExcel_DocumentProperties

Code

public function getCreator() {
  return $this->_creator;
}