コード例 #1
0
ファイル: Tag.php プロジェクト: bmartinezteltek/PuMuKIT2
 public function setParent(Tag $parent = null)
 {
     $this->parent = $parent;
     $parent->addChild($this);
 }