Example #1
0
 /**
  * ensure method has no body
  * @see \WsdlToPhp\PhpGenerator\Element\AbstractElement::addChild()
  * @param mixed
  */
 public function addChild($child)
 {
     if ($child instanceof PhpMethod) {
         $child->setHasBody(false);
     }
     return parent::addChild($child);
 }