PHP Class App\Events\GetAvatarPreview

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

Public Properties

Property Type Description
$size
$texture

Public Methods

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

Method Details

__construct() public method

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

Property Details

$size public_oe property

public $size

$texture public_oe property

public $texture