setParent() 개인적인 메소드

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