App\Events\GetPlayerJson::__construct PHP Method

__construct() public method

Create a new event instance.
public __construct ( Player $player, $api_type ) : void
$player app\models\Player
return void
    public function __construct(Player $player, $api_type)
    {
        $this->player = $player;
        $this->api_type = $api_type;
    }
GetPlayerJson