\PHPExcel_Shared_Escher_DgContainer_SpgrContainer

PHPExcel_Shared_Escher_DgContainer_SpgrContainer

Summary

Methods
Properties
Constants
setParent()
getParent()
addChild()
getChildren()
getAllSpContainers()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_parent
$_children
N/A

Properties

$_children

$_children : array

Shape Container collection

Type

array

Methods

setParent()

setParent(\PHPExcel_Shared_Escher_DgContainer_SpgrContainer  $parent) : mixed

Set parent Shape Group Container

Parameters

\PHPExcel_Shared_Escher_DgContainer_SpgrContainer $parent

Returns

mixed —

getParent()

getParent() : \PHPExcel_Shared_Escher_DgContainer_SpgrContainer|null

Get the parent Shape Group Container if any

Returns

\PHPExcel_Shared_Escher_DgContainer_SpgrContainer|null —

addChild()

addChild(mixed  $child) : mixed

Add a child. This will be either spgrContainer or spContainer

Parameters

mixed $child

Returns

mixed —

getChildren()

getChildren() : mixed

Get collection of Shape Containers

Returns

mixed —

getAllSpContainers()

getAllSpContainers() : \PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer[]

Recursively get all spContainers within this spgrContainer

Returns

\PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer[] —