コード例 #1
0
 /**
  * @inheritdoc
  */
 public function removeChild($key)
 {
     if ($this->getChild($key)) {
         $this->form->remove($key);
         return parent::removeChild($key);
     }
     return $this;
 }