setParent() private method

private setParent ( ECommerceCategory $parent )
$parent ECommerceCategory
 public function addChild(ECommerceCategory $child)
 {
     $this->children[] = $child;
     $child->setParent($this);
 }