Beispiel #1
0
 /**
  * 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();
 }