public function PHPExcel_Chart::getName in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::getName()
* Get Name * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 201
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function getName() {
return $this->_name;
}