PHP 클래스 App\Jobs\RegenerateBeatmapsetCover

상속: implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Bus\Queueable, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: ppy/osu-web

보호된 프로퍼티들

프로퍼티 타입 설명
$beatmapset

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Create a new job instance.
public __construct ( Beatmapset $beatmapset ) : void
$beatmapset app\models\Beatmapset
리턴 void

handle() 공개 메소드

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

프로퍼티 상세

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

protected $beatmapset