You are here

public function PHPExcel_Chart_Title::__construct 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::__construct()

* Create a new PHPExcel_Chart_Title

File

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

Class

PHPExcel_Chart_Title
PHPExcel_Chart_Title

Code

public function __construct($caption = null, PHPExcel_Chart_Layout $layout = null) {
  $this->_caption = $caption;
  $this->_layout = $layout;
}