AppserverIo\Appserver\Core\Scanner\AbstractScanner::stop PHP Method

stop() public method

Stop's the scanner.
See also: AppserverIo\Appserver\Core\Interfaces\ScannerInterface::stop()
public stop ( ) : void
return void
    public function stop()
    {
        throw new \Exception(sprintf('%s not implemented yet', __METHOD__));
    }