public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer::addChild in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php \PHPExcel_Shared_Escher_DgContainer_SpgrContainer::addChild()
* Add a child. This will be either spgrContainer or spContainer * *
Parameters
mixed $child:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer.php, line 76
Class
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer
Code
public function addChild($child) {
$this->_children[] = $child;
$child
->setParent($this);
}