Class PHPCrawlerAbortReasons

Description

Contains all possible abortreasons for a crawling-process.

Located in /libs/PHPCrawler/Enums/PHPCrawlerAbortReasons.class.php (line 7)


	
			
Class Constant Summary
Class Constants
ABORTREASON_FILELIMIT_REACHED = 3 (line 28)

Crawling-process aborted because the filelimit set by user was reached.

ABORTREASON_PASSEDTHROUGH = 1 (line 14)

Crawling-process aborted because everything is done/passedthrough.

ABORTREASON_TRAFFICLIMIT_REACHED = 2 (line 21)

Crawling-process aborted because the traffic-limit set by user was reached.

ABORTREASON_USERABORT = 4 (line 35)

Crawling-process aborted because the handleDocumentInfo-method returned a negative value

Documentation generated on Sun, 20 Jan 2013 21:18:49 +0200 by phpDocumentor 1.4.4