Example #1
0
 /**
  * {@inheritdoc}
  */
 public function setParent(LayerCategoryInterface $parent = null, $nested = false)
 {
     $this->parent = $parent;
     if (!$nested && $parent) {
         $parent->addChild($this, true);
     }
 }