PHP Класс Spatie\LinkChecker\CheckLinksCommand

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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