public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getParent in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php \PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getParent()
* Get the parent Shape Group Container * *
Return value
PHPExcel_Shared_Escher_DgContainer_SpgrContainer
1 call to PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getParent()
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getNestingLevel in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer/ SpContainer.php - * Get the nesting level of this spContainer. This is the number of spgrContainers between this spContainer and * the dgContainer. A value of 1 = immediately within first spgrContainer * Higher nesting level occurs if and only if spContainer is…
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer/ SpContainer.php, line 136
Class
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
Code
public function getParent() {
return $this->_parent;
}