コード例 #1
0
 /** @return Player */
 public function currentPlayer()
 {
     return Player::valueOf(strtoupper($this->players->current()));
 }