PHP Class App\Events\GetPlayerJson

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

Public Properties

Property Type Description
$api_type
$player

Public Methods

Method Description
__construct ( Player $player, $api_type ) : void Create a new event instance.

Method Details

__construct() public method

Create a new event instance.
public __construct ( Player $player, $api_type ) : void
$player app\models\Player
return void

Property Details

$api_type public_oe property

public $api_type

$player public_oe property

public $player