public function PHPExcel_Style_Border::bindParent in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Border.php \PHPExcel_Style_Border::bindParent()
* Bind parent. Only used for supervisor * *
Parameters
PHPExcel_Style_Borders $parent: * @param string $parentPropertyName * @return PHPExcel_Style_Border
Overrides PHPExcel_Style_Supervisor::bindParent
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Style/ Border.php, line 106
Class
- PHPExcel_Style_Border
- PHPExcel_Style_Border
Code
public function bindParent($parent, $parentPropertyName = NULL) {
$this->_parent = $parent;
$this->_parentPropertyName = $parentPropertyName;
return $this;
}