PHP Class App\Events\CheckPlayerExists

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

Public Properties

Property Type Description
$player_name

Public Methods

Method Description
__construct ( $player_name ) : void Create a new event instance.

Method Details

__construct() public method

Create a new event instance.
public __construct ( $player_name ) : void
return void

Property Details

$player_name public_oe property

public $player_name