You are here

public function PHPExcel_Worksheet_Drawing::getPath in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing.php \PHPExcel_Worksheet_Drawing::getPath()

Get Path

Return value

string

1 method overrides PHPExcel_Worksheet_Drawing::getPath()
PHPExcel_Worksheet_HeaderFooterDrawing::getPath in vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php
Get Path

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing.php, line 92

Class

PHPExcel_Worksheet_Drawing
PHPExcel_Worksheet_Drawing

Code

public function getPath() {
  return $this->_path;
}