You are here

public function PHPExcel_Chart_Title::getCaption in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Title.php \PHPExcel_Chart_Title::getCaption()

* Get caption * *

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Title.php, line 67

Class

PHPExcel_Chart_Title
PHPExcel_Chart_Title

Code

public function getCaption() {
  return $this->_caption;
}