public function PHPExcel_DocumentProperties::getLastModifiedBy in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php \PHPExcel_DocumentProperties::getLastModifiedBy()
Get Last Modified By
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ DocumentProperties.php, line 167
Class
- PHPExcel_DocumentProperties
- PHPExcel_DocumentProperties
Code
public function getLastModifiedBy() {
return $this->_lastModifiedBy;
}