Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The console command name. |
Method | Description | |
---|---|---|
handle ( ) |
Method | Description | |
---|---|---|
getProfile ( ) : Spatie\Crawler\CrawlProfile | Get the profile. | |
getReporter ( ) : Spatie\Crawler\CrawlObserver | Get the reporter. | |
getUrlToBeCrawled ( ) : null | string | Determine the url to be crawled. |
protected getProfile ( ) : Spatie\Crawler\CrawlProfile | ||
return | Spatie\Crawler\CrawlProfile |
protected getReporter ( ) : Spatie\Crawler\CrawlObserver | ||
return | Spatie\Crawler\CrawlObserver |
protected getUrlToBeCrawled ( ) : null | string | ||
return | null | string |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |