You are here

public function PHPExcel_Chart_Title::getLayout in Loft Data Grids 6.2

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

* Get Layout * *

Return value

PHPExcel_Chart_Layout

File

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

Class

PHPExcel_Chart_Title
PHPExcel_Chart_Title

Code

public function getLayout() {
  return $this->_layout;
}