getVersion() public method

public getVersion ( ) : integer
return integer
Example #1
0
 public function testOptionDefaults()
 {
     $options = new SoapOptions();
     self::assertSame([], $options->getParameters());
     self::assertNull($options->getVersion());
     self::assertNull($options->getCompression());
     self::assertNull($options->getKeepAlive());
 }