public function __construct($playerName, $playerId, $avatarId, $message) { parent::__construct(); $this->playerName = $playerName; $this->playerId = $playerId; $this->playerAvatarTemplateId = $avatarId; $this->message = $message; }
public function __construct() { parent::__construct(); }