PHP Class Spatie\LinkChecker\CheckLinksCommand

Inheritance: extends Illuminate\Console\Command
Exibir arquivo Open project: spatie/laravel-link-checker

Protected Properties

Property Type Description
$description string The console command description.
$signature string The console command name.

Public Methods

Method Description
handle ( )

Protected Methods

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.

Method Details

getProfile() protected method

Get the profile.
protected getProfile ( ) : Spatie\Crawler\CrawlProfile
return Spatie\Crawler\CrawlProfile

getReporter() protected method

Get the reporter.
protected getReporter ( ) : Spatie\Crawler\CrawlObserver
return Spatie\Crawler\CrawlObserver

getUrlToBeCrawled() protected method

Determine the url to be crawled.
protected getUrlToBeCrawled ( ) : null | string
return null | string

handle() public method

public handle ( )

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$signature protected_oe property

The console command name.
protected string $signature
return string