]> git.mxchange.org Git - hub.git/commit
Introduced isUrlStackEmpty() which overwrites the method in BaseSource because
authorRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 20:36:43 +0000 (22:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 20:37:34 +0000 (22:37 +0200)
commite114e388919e50f3ca5edcab4ef10fdd84297842
treefa322a4967f83206ac85743ecffe3ae77cbfe0df
parent94a4d5c67dbf2e6aee1cd832510e9ed52bfcf36b
Introduced isUrlStackEmpty() which overwrites the method in BaseSource because
isStackInitialized() does currently not work with file-based stacks.

Used latest 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/source/class_BaseUrlSource.php
application/hub/main/source/urls/class_Crawler
application/hub/main/source/urls/class_CrawlerFoundRssUrlSource.php
application/hub/main/source/urls/class_CrawlerLocalStartUrlSource.php
application/hub/main/source/urls/class_CrawlerRssStartUrlSource.php
application/hub/main/source/urls/class_CrawlerUploadedListUrlSource.php
core