You are here

public function PHPExcel_Cell::attach in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::attach()

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php, line 115

Class

PHPExcel_Cell
PHPExcel_Cell

Code

public function attach(PHPExcel_CachedObjectStorage_CacheBase $parent) {
  $this->_parent = $parent;
}