object & GetParent();
The method returns a reference to the parent compound component object.
$parent = & $this->GetParent(); $parentName = $parent->GetName();