Example #1
0
 /**
  * @param ItemInterface $child
  * @return $this
  */
 public function addChild($child)
 {
     return parent::addChild($child);
 }