You are here

private function PHPExcel_Chart_GridLines::_activateObject in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php \PHPExcel_Chart_GridLines::_activateObject()

Change Object State to True

Return value

PHPExcel_Chart_GridLines

2 calls to PHPExcel_Chart_GridLines::_activateObject()
PHPExcel_Chart_GridLines::setLineStyleProperties in vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php
Set Line Color Properties
PHPExcel_Chart_GridLines::setSoftEdgesSize in vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php
Set Soft Edges Size

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php, line 96

Class

PHPExcel_Chart_GridLines
Created by PhpStorm. User: Wiktor Trzonkowski Date: 7/2/14 Time: 2:36 PM

Code

private function _activateObject() {
  $this->_object_state = TRUE;
  return $this;
}