public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer::getChildren in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php \PHPExcel_Shared_Escher_DgContainer_SpgrContainer::getChildren()
* Get collection of Shape Containers
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer.php, line 85
Class
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer
Code
public function getChildren() {
return $this->_children;
}