Nmap\Service::__construct PHP Méthode

__construct() public méthode

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