PHP Class Spatie\LinkChecker\Reporters\MailBrokenLinks

Inheritance: extends BaseReporter
Mostrar archivo Open project: spatie/laravel-link-checker

Protected Properties

Property Type Description
$mail Illuminate\Contracts\Mail\Mailer

Public Methods

Method Description
__construct ( Illuminate\Contracts\Mail\Mailer $mail ) MailBrokenLinks constructor.
finishedCrawling ( ) Called when the crawl has ended.

Method Details

__construct() public method

MailBrokenLinks constructor.
public __construct ( Illuminate\Contracts\Mail\Mailer $mail )
$mail Illuminate\Contracts\Mail\Mailer

finishedCrawling() public method

Called when the crawl has ended.
public finishedCrawling ( )

Property Details

$mail protected_oe property

protected Mailer,Illuminate\Contracts\Mail $mail
return Illuminate\Contracts\Mail\Mailer