ILIAS
eassessment Revision 61809
|
Public Member Functions | |
setParent ($parent) | |
Set parent Shape Group Container. | |
getParent () | |
Get the parent Shape Group Container if any. | |
addChild ($child) | |
Add a child. | |
getChildren () | |
Get collection of Shape Containers. | |
getAllSpContainers () | |
Recursively get all spContainers within this spgrContainer. |
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().