UserAgentParser\Provider\Http\UserAgentStringCom::getVersion PHP Method

getVersion() public method

public getVersion ( )
    public function getVersion()
    {
        return;
    }

Usage Example

 public function testVersion()
 {
     $provider = new UserAgentStringCom($this->getClient());
     $this->assertNull($provider->getVersion());
 }