コード例 #1
0
ファイル: Player.php プロジェクト: n3t1m/Poker-Demo
 /**
  * Return a numerical representation of the player's hand type. Hand types defined in the Hand class
  * @see Hand
  *
  * @return integer
  */
 public function getHandType()
 {
     return $this->_hand->getHandType();
 }