PHP Interface Spatie\Crawler\CrawlProfile

Show file Open project: spatie/crawler Interface Usage Examples

Public Methods

Method Description
shouldCrawl ( Url $url ) : boolean Determine if the given url should be crawled.

Method Details

shouldCrawl() public method

Determine if the given url should be crawled.
public shouldCrawl ( Url $url ) : boolean
$url Url
return boolean