KamranAhmed\Smasher\Scanner::__construct PHP Method

__construct() public method

Scanner constructor.
public __construct ( KamranAhmed\Smasher\Contracts\ResponseContract $response )
$response KamranAhmed\Smasher\Contracts\ResponseContract
    public function __construct(ResponseContract $response)
    {
        $this->path = new Path();
        $this->response = $response;
        $this->result = '';
    }