PHP Class App\Jobs\RegenerateBeatmapsetCover

Inheritance: implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Bus\Queueable, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: ppy/osu-web

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

Create a new job instance.
public __construct ( Beatmapset $beatmapset ) : void
$beatmapset app\models\Beatmapset
Résultat void

handle() public méthode

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

Property Details

$beatmapset protected_oe property

protected $beatmapset