コード例 #1
0
 public function __construct($playerName, $playerId, $avatarId, $message)
 {
     parent::__construct();
     $this->playerName = $playerName;
     $this->playerId = $playerId;
     $this->playerAvatarTemplateId = $avatarId;
     $this->message = $message;
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
 }