PHP 클래스 Toplan\Sms\SendReminderSms

상속: extends App\Jobs\Job, implements Illuminate\Contracts\Bus\SelfHandling, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue
파일 보기 프로젝트 열기: toplan/laravel-sms

보호된 프로퍼티들

프로퍼티 타입 설명
$sms

공개 메소드들

메소드 설명
__construct ( Sms $sms ) Create a new job instance.
handle ( ) : void Execute the job.

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

Execute the job.
public handle ( ) : void
리턴 void

프로퍼티 상세

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

protected $sms