예제 #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();
 }