Example #1
0
 public function addChildren(FormInterface $child)
 {
     $child->setParent($this);
     return parent::addChildren($child);
 }