Exemplo n.º 1
0
 public function add(FormInterface $child)
 {
     $name = $child->getName();
     $this->children[$name] = $child;
     $child->parent = $this;
 }
Exemplo n.º 2
0
 public function add(FormInterface $child, $type = null, array $options = array())
 {
     $this->children[$child->getName()];
 }