PHP 클래스 Spatie\LinkChecker\CheckLinksCommand

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: spatie/laravel-link-checker

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$signature string The console command name.

공개 메소드들

메소드 설명
handle ( )

보호된 메소드들

메소드 설명
getProfile ( ) : Spatie\Crawler\CrawlProfile Get the profile.
getReporter ( ) : Spatie\Crawler\CrawlObserver Get the reporter.
getUrlToBeCrawled ( ) : null | string Determine the url to be crawled.

메소드 상세

getProfile() 보호된 메소드

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

getReporter() 보호된 메소드

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

getUrlToBeCrawled() 보호된 메소드

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

handle() 공개 메소드

public handle ( )

프로퍼티 상세

$description 보호되어 있는 프로퍼티

The console command description.
protected string $description
리턴 string

$signature 보호되어 있는 프로퍼티

The console command name.
protected string $signature
리턴 string