|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for PHPExcel_Shared_Escher_DgContainer_SpgrContainer:Public Member Functions | |
| setParent ($parent) | |
| Set parent Shape Group Container. More... | |
| getParent () | |
| Get the parent Shape Group Container if any. More... | |
| addChild ($child) | |
| Add a child. More... | |
| getChildren () | |
| Get collection of Shape Containers. More... | |
| getAllSpContainers () | |
| Recursively get all spContainers within this spgrContainer. More... | |
Private Attributes | |
| $_parent | |
| $_children = array() | |
Definition at line 35 of file SpgrContainer.php.
| PHPExcel_Shared_Escher_DgContainer_SpgrContainer::addChild | ( | $child | ) |
Add a child.
This will be either spgrContainer or spContainer
| mixed | $child |
Definition at line 76 of file SpgrContainer.php.
| PHPExcel_Shared_Escher_DgContainer_SpgrContainer::getAllSpContainers | ( | ) |
Recursively get all spContainers within this spgrContainer.
Definition at line 95 of file SpgrContainer.php.
| PHPExcel_Shared_Escher_DgContainer_SpgrContainer::getChildren | ( | ) |
Get collection of Shape Containers.
Definition at line 85 of file SpgrContainer.php.
References $_children.
| PHPExcel_Shared_Escher_DgContainer_SpgrContainer::getParent | ( | ) |
Get the parent Shape Group Container if any.
Definition at line 66 of file SpgrContainer.php.
References $_parent.
| PHPExcel_Shared_Escher_DgContainer_SpgrContainer::setParent | ( | $parent | ) |
Set parent Shape Group Container.
| PHPExcel_Shared_Escher_DgContainer_SpgrContainer | $parent |
Definition at line 56 of file SpgrContainer.php.
|
private |
Definition at line 49 of file SpgrContainer.php.
Referenced by getChildren().
|
private |
Definition at line 42 of file SpgrContainer.php.
Referenced by getParent().