Ejemplo n.º 1
0
 /**
  * @param $operation \GoetasWebservices\XML\WSDLReader\Wsdl\PortType\Operation
  */
 public function addOperation(\GoetasWebservices\XML\WSDLReader\Wsdl\PortType\Operation $operation)
 {
     $this->operation[$operation->getName()] = $operation;
     return $this;
 }