setParent() private method

private setParent ( ECommerceCategory $parent )
$parent ECommerceCategory
Ejemplo n.º 1
0
 public function addChild(ECommerceCategory $child)
 {
     $this->children[] = $child;
     $child->setParent($this);
 }