Beispiel #1
0
 public function setParent(Tag $parent = null)
 {
     $this->parent = $parent;
     $parent->addChild($this);
 }