xxxxxxxxxx
namespace WsdlToPhp\PackageBase\Tests;
use WsdlToPhp\PackageBase\AbstractStructBase;
class StructObject extends AbstractStructBase
{
public $foo;
public $bar;
public function setFoo($foo)
{
$this->foo = $foo;
return $this;
}
public function getFoo()
{
return $this->foo;
}
public function setBar($bar)
{
$this->bar = $bar;
return $this;
}
public function getBar()
{
return $this->bar;
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO