Nmap\Host::getPorts PHP Method

getPorts() public method

public getPorts ( ) : Port[]
return Port[]
    public function getPorts()
    {
        return $this->ports;
    }