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