Redaxscript\Detector\DetectorAbstract::getOutput PHP Method

getOutput() public method

get the output
Since: 2.0.0
public getOutput ( ) : string
return string
    public function getOutput()
    {
        return $this->_output;
    }