PHP Class Toplan\Sms\SendReminderSms

Inheritance: extends App\Jobs\Job, implements Illuminate\Contracts\Bus\SelfHandling, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue
Afficher le fichier Open project: toplan/laravel-sms

Protected Properties

Свойство Type Description
$sms

Méthodes publiques

Méthode Description
__construct ( Sms $sms ) Create a new job instance.
handle ( ) : void Execute the job.

Method Details

__construct() public méthode

Create a new job instance.
public __construct ( Sms $sms )
$sms Toplan\PhpSms\Sms

handle() public méthode

Execute the job.
public handle ( ) : void
Résultat void

Property Details

$sms protected_oe property

protected $sms