Documentation

SpgrContainer
in package

Table of Contents

Methods

addChild()  : void
Add a child. This will be either spgrContainer or spContainer.
getAllSpContainers()  : array<string|int, SpContainer>
Recursively get all spContainers within this spgrContainer.
getChildren()  : array<string|int, mixed>
Get collection of Shape Containers.
getParent()  : self|null
Get the parent Shape Group Container if any.
setParent()  : void
Set parent Shape Group Container.

Methods

getAllSpContainers()

Recursively get all spContainers within this spgrContainer.

public getAllSpContainers() : array<string|int, SpContainer>
Return values
array<string|int, SpContainer>

getChildren()

Get collection of Shape Containers.

public getChildren() : array<string|int, mixed>
Return values
array<string|int, mixed>

getParent()

Get the parent Shape Group Container if any.

public getParent() : self|null
Return values
self|null

setParent()

Set parent Shape Group Container.

public setParent(self|null $parent) : void
Parameters
$parent : self|null

        
On this page

Search results