Nmap\Service::__construct PHP Method

__construct() public method

public __construct ( $name, $product, $version )
    public function __construct($name, $product, $version)
    {
        $this->name = $name;
        $this->product = $product;
        $this->version = $version;
    }