Exemplo n.º 1
0
 public function __construct($playerName, $playerId, $avatarId, $message)
 {
     parent::__construct();
     $this->playerName = $playerName;
     $this->playerId = $playerId;
     $this->playerAvatarTemplateId = $avatarId;
     $this->message = $message;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }