コード例 #1
0
ファイル: Player.php プロジェクト: n3t1m/Poker-Demo
 /**
  * Return the player's Hand score, used to calculate the ranking
  *
  * @return integer
  */
 public function getHandScore()
 {
     return $this->_hand->getHandScore();
 }