PHP Class App\Events\GetAvatarPreview

Inheritance: extends App\Events\Event, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: printempw/blessing-skin-server

Méthodes publiques

Свойство Type Description
$size
$texture

Méthodes publiques

Méthode Description
__construct ( Texture $texture, $size ) : void Create a new event instance.

Method Details

__construct() public méthode

Create a new event instance.
public __construct ( Texture $texture, $size ) : void
$texture app\models\Texture
Résultat void

Property Details

$size public_oe property

public $size

$texture public_oe property

public $texture